1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix(package): fix info package script

Fixes #70
This commit is contained in:
Jason Dreyzehner
2018-06-03 18:23:02 -04:00
parent 75ccfb909c
commit 701dbbeb60
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -421,6 +421,17 @@
"to-fast-properties": "2.0.0"
}
},
"@bitjson/npm-scripts-info": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@bitjson/npm-scripts-info/-/npm-scripts-info-1.0.0.tgz",
"integrity": "sha512-PcdVZdrLsgKVXUsnSdBCgs/409uTpZcX+Yaj+koojccWzTNTqd8pGJnBJHSxKNj0FKzNvs+SrT8tIaqaUuctDw==",
"dev": true,
"requires": {
"chalk": "2.3.1",
"meow": "4.0.0",
"unquote": "1.1.1"
}
},
"@concordance/react": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@concordance/react/-/react-1.0.0.tgz",
@@ -7700,17 +7711,6 @@
"path-key": "2.0.1"
}
},
"npm-scripts-info": {
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/npm-scripts-info/-/npm-scripts-info-0.3.7.tgz",
"integrity": "sha1-7RzyYueZ8QsniY9pib+J5mCp7H4=",
"dev": true,
"requires": {
"chalk": "2.3.1",
"meow": "4.0.0",
"unquote": "1.1.1"
}
},
"nsp": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/nsp/-/nsp-3.2.1.tgz",