rm package-lock.json to .gitignore
nclazz/api-cli/pipeline/head There was a failure building this commit Details

master
Niclas Thobaben 2021-07-07 16:12:44 +02:00
parent 6ad8494741
commit 59d129cf26
3 changed files with 5097 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
node_modules
package-lock.json
node_modules

5092
package-lock.json generated 100644

File diff suppressed because it is too large Load Diff

View File

@ -16,9 +16,9 @@
"author": "Niclas Thobaben",
"license": "MIT",
"dependencies": {
"args-parser": "^1.2.0",
"npm-cli-login": "^0.1.1",
"object-path": "^0.11.5",
"readline": "^1.3.0"
"args-parser": "1.2.0",
"npm-cli-login": "0.1.1",
"object-path": "0.11.5",
"readline": "1.3.0"
}
}