Skip to content

Commit

Permalink
Move dependencies to devDependencies Fixes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmd committed Mar 4, 2019
1 parent 4638949 commit 7f96623
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^3.2.2"
"rollup-watch": "^3.2.2",
"babel-eslint": "^7.2.1",
"rollup-plugin-eslint": "^3.0.0"
},
"scripts": {
"build": "rollup -c",
"build-dev": "rollup -c --environment build:dev",
"watch": "rollup -c -w --environment build:dev"
},
"dependencies": {
"babel-eslint": "^7.2.1",
"rollup-plugin-eslint": "^3.0.0"
}
}

0 comments on commit 7f96623

Please sign in to comment.