Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Oct 5, 2015
1 parent 7320ba0 commit 406408a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "object-parser-cli",
"version": "0.0.1-alpha.1",
"version": "0.0.1",
"description": "Object preprocessor",

"bin": {
Expand All @@ -14,7 +14,7 @@

"config": {
"ghooks": {
"pre-commit": "npm run test"
"pre-commit": "npm test"
}
},
"scripts": {
Expand All @@ -28,13 +28,13 @@

"dependencies": {
"cheerio": "^0.19.0",
"commander-file": "0.0.5",
"commander-file": "^0.0.5",
"lodash": "^3.9.1",
"object-parser": "0.0.1-alpha.3"
"object-parser": "^0.0.1"
},
"devDependencies": {
"ghooks": "^0.3.2",
"jasminetea": "^0.2.1-alpha.2"
"jasminetea": "^0.2.1"
},

"keywords": [
Expand Down

0 comments on commit 406408a

Please sign in to comment.