Skip to content

Instantly share code, notes, and snippets.

@chaws
Created October 31, 2018 12:58
Show Gist options
  • Save chaws/3a3f3266b8834eaa5a909866f7fab65b to your computer and use it in GitHub Desktop.
Save chaws/3a3f3266b8834eaa5a909866f7fab65b to your computer and use it in GitHub Desktop.
diff --git a/package-lock.json b/package-lock.json
index 2fc8f27..996711a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,8 @@
{
- "requires": true,
+ "name": "squad-tests",
+ "version": "1.0.0",
"lockfileVersion": 1,
+ "requires": true,
"dependencies": {
"accepts": {
"version": "1.3.5",
@@ -797,7 +799,6 @@
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz",
"integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=",
- "dev": true,
"requires": {
"null-check": "^1.0.0"
}
@@ -1539,8 +1540,7 @@
"isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
- "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
- "dev": true
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
},
"isobject": {
"version": "3.0.1",
@@ -1599,7 +1599,6 @@
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz",
"integrity": "sha512-uf/ZVpAabDBPvdPdveyk1EPgbnloPvFFGgmRhYLTDH7gEB4nZdSBk8yTU47w1g/drLSx5uMOkjKk7IWKfWg/+w==",
- "dev": true,
"requires": {
"fs-access": "^1.0.0",
"which": "^1.2.1"
@@ -1798,8 +1797,7 @@
"null-check": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz",
- "integrity": "sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=",
- "dev": true
+ "integrity": "sha1-l33/1xdgErnsMNKjnbXPcqBDnt0="
},
"object-component": {
"version": "0.0.3",
@@ -2527,7 +2525,6 @@
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
"integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
- "dev": true,
"requires": {
"isexe": "^2.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment