Skip to content

Commit

Permalink
chore(package): remove npm-run dev dep as it's no longer used (#5084)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Apr 10, 2018
1 parent bec7f67 commit c2b5ade
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
1 change: 0 additions & 1 deletion build/grunt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {gruntCustomizer, gruntOptionsMaker} from './options-customizer.js';
import npmRun from 'npm-run';
import isDocsOnly from './docs-only.js';

module.exports = function(grunt) {
Expand Down
55 changes: 0 additions & 55 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"lodash": "^4.16.6",
"markdown-table": "^1.0.0",
"minimist": "^1.2.0",
"npm-run": "^4.1.0",
"npm-run-all": "^4.1.2",
"proxyquireify": "^3.0.0",
"qunit": "^2.5.1",
Expand Down

0 comments on commit c2b5ade

Please sign in to comment.