Skip to content

Commit

Permalink
Build: Fix package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 19, 2016
1 parent 984316f commit 02b5284
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@
"url": "http://github.com/eslint/espree.git"
},
"license": "BSD-2-Clause",
"devDependencies": {
"dependencies": {
"acorn": "^2.7.0",
"acorn-jsx": "^2.0.1"
},
"devDependencies": {
"browserify": "^7.0.0",
"chai": "^1.10.0",
"complexity-report": "~0.6.1",
Expand Down Expand Up @@ -67,9 +70,5 @@
"minor": "node Makefile.js minor",
"major": "node Makefile.js major",
"browserify": "node Makefile.js browserify"
},
"dependencies": {
"acorn": "^2.6.4",
"acorn-jsx": "^2.0.1"
}
}

0 comments on commit 02b5284

Please sign in to comment.