Skip to content

Commit

Permalink
Fixed two WARN massages when run npm install command
Browse files Browse the repository at this point in the history
- Fixed npm WARN angular-summernote@0.8.1 No license field:
  - Change License meta data format
  - Reference: https://docs.npmjs.com/files/package.json#license

- Fixed npm WARN karma-phantomjs-launcher@0.2.3 requires a peer of phantomjs@>=1.9 but none was installed.
  - Add phantomjs in devDependencies
  • Loading branch information
insanehong committed Jan 3, 2017
1 parent f2b435d commit 8c8353d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Expand Up @@ -20,12 +20,7 @@
"type": "git",
"url": "https://github.com/outsideris/involved.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://outsider.mit-license.org/"
}
],
"license": "MIT",
"devDependencies": {
"del": "^2.1.0",
"gulp": "^3.9.0",
Expand All @@ -47,6 +42,7 @@
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"mocha": "~2.2.0",
"phantomjs": "^2.1.7",
"requirejs": "~2.1.10"
},
"dependencies": {}
Expand Down

0 comments on commit 8c8353d

Please sign in to comment.