Skip to content

Instantly share code, notes, and snippets.

@christophercurrie
Created July 20, 2018 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophercurrie/201b7097f81c1637d4aa2528f77cffe0 to your computer and use it in GitHub Desktop.
Save christophercurrie/201b7097f81c1637d4aa2528f77cffe0 to your computer and use it in GitHub Desktop.
Package installs with warnings
{
"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