Skip to content

Commit

Permalink
Remove unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianblakely committed Jan 10, 2018
1 parent e16372d commit 04594df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
82 changes: 0 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"start": "rollup -c -w & httpster",
"start-c9": "rollup -c -w & httpster -p $PORT",
"build": "rollup -c",
"test": "mocha --compilers js:babel-core/register"
"build": "rollup -c"
},
"author": {
"name": "Brian Blakely",
Expand All @@ -33,10 +32,8 @@
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"eslint": "^4.15.0",
"httpster": "^1.0.3",
"mocha": "^4.1.0",
"rollup": "^0.53.4",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-babel-minify": "^3.1.2",
Expand Down

0 comments on commit 04594df

Please sign in to comment.