Skip to content

Commit bb8c49a

Browse files
committed
Fixed two WARN massages when run npm install command
- 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
1 parent f2b435d commit bb8c49a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/outsideris/involved.git"
2222
},
23-
"licenses": [
24-
{
25-
"type": "MIT",
26-
"url": "http://outsider.mit-license.org/"
27-
}
28-
],
23+
"license": "MIT",
2924
"devDependencies": {
3025
"del": "^2.1.0",
3126
"gulp": "^3.9.0",
@@ -47,6 +42,7 @@
4742
"karma-requirejs": "~0.2.1",
4843
"karma-script-launcher": "~0.1.0",
4944
"mocha": "~2.2.0",
45+
"phantomjs": "^2.1.7",
5046
"requirejs": "~2.1.10"
5147
},
5248
"dependencies": {}

0 commit comments

Comments
 (0)