Skip to content

Commit

Permalink
Update node_app example
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbtn committed Apr 13, 2016
1 parent 9f19a9b commit 2a760dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/node_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"author": "Josh Bennett (http://joshbennett.me/)",
"name": "excel-formula-example-app",
"description": "Simple node example for excel-formula",
"version": "0.0.0",
"version": "1.0.0",
"main": "index.js",
"engines": {
"node": "*"
},
"license": "MIT",
"devDependencies": {
"excel-formula": "file:../.."
"dependenciess": {
"excel-formula": "^1.2.0"
}
}

0 comments on commit 2a760dd

Please sign in to comment.