Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Remove unused nodemon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
domchristie committed May 11, 2018
1 parent cf43447 commit ccf06cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"devDependencies": {
"browserify": "^14.5.0",
"nodemon": "^1.10.2",
"rollup": "^0.50.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
Expand Down Expand Up @@ -44,7 +43,6 @@
"build-iife": "rollup -c config/rollup.config.iife.js",
"build-test": "browserify test/turndown-test.js --outfile test/turndown-test.browser.js",
"prepublish": "npm run build",
"start": "nodemon --watch ./src/**/*.js --exec 'npm run build && npm test'",
"test": "npm run build && npm run build-test && standard ./src/**/*.js && node test/turndown-test.js"
}
}

0 comments on commit ccf06cf

Please sign in to comment.