Skip to content

Commit

Permalink
fix(core): fix installation error due to del package not being found
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed May 15, 2018
1 parent f6a9b50 commit bf1995b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"initializer",
"starter"
],
"homepage": "http://tinesoft.github.io/",
"bugs": "https://github.com/tinesoft/generator-ngx-library/issues",
"author": {
"name": "Tine Kondo",
Expand All @@ -36,6 +35,7 @@
"check-travis": " travis-status --repo=tinesoft/generator-ngx-library --branch=master --fail-pending || echo 'Not yet passing'"
},
"dependencies": {
"del": "3.0.0",
"chalk": "2.4.1",
"mkdirp": "0.5.1",
"yeoman-generator": "2.0.5",
Expand All @@ -48,7 +48,6 @@
"appveyor-status": "2.0.2",
"commitplease": "3.2.0",
"conventional-github-releaser": "2.0.2",
"del": "3.0.0",
"eslint": "4.19.0",
"eslint-config-xo-space": "0.18.0",
"fancy-log": "1.3.2",
Expand Down

0 comments on commit bf1995b

Please sign in to comment.