Skip to content

Instantly share code, notes, and snippets.

View brphelps's full-sized avatar
🤾

Brandyn Phelps brphelps

🤾
  • Seattle, WA
View GitHub Profile
@brphelps
brphelps / package.json
Created October 9, 2019 21:19
Package.json that creates an invalid package-lock.json file.
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",