Created
July 20, 2018 06:35
-
-
Save christophercurrie/201b7097f81c1637d4aa2528f77cffe0 to your computer and use it in GitHub Desktop.
Package installs with warnings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "test", | |
"version": "1.0.0", | |
"description": "foo", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "bar" | |
}, | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"semantic-release": "^10.0.1" | |
}, | |
"devDependencies": { | |
"eslint": "^5.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment