Skip to content

Commit dceb9df

Browse files
committed
chore(dependencies): removed greenkeeper-lockfile
since greenkeeper has updated lockfiles natively for a while now
1 parent 78df582 commit dceb9df

File tree

3 files changed

+14
-30
lines changed

3 files changed

+14
-30
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ notifications:
44
branches:
55
except:
66
- /^v\d+\.\d+\.\d+$/
7-
before_script:
8-
- 'npm run greenkeeper:update-lockfile'
9-
- npm ls >/dev/null
10-
after_script: 'npm run greenkeeper:upload-lockfile'
7+
before_script: npm ls >/dev/null
118
deploy:
129
provider: script
1310
skip_cleanup: true
@@ -16,4 +13,3 @@ env:
1613
global:
1714
- FORCE_COLOR=1
1815
- NPM_CONFIG_COLOR=always
19-
- GK_LOCK_COMMIT_AMEND=true

package-lock.json

Lines changed: 12 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
"scripts": {
1212
"lint:travis": "travis-lint .travis.yml",
1313
"lint:sensitive": "ban",
14-
"test": "npm-run-all --print-label --parallel lint:*",
15-
"greenkeeper:update-lockfile": "greenkeeper-lockfile-update",
16-
"greenkeeper:upload-lockfile": "greenkeeper-lockfile-upload"
14+
"test": "npm-run-all --print-label --parallel lint:*"
1715
},
1816
"publishConfig": {
1917
"access": "public"
@@ -26,7 +24,6 @@
2624
"devDependencies": {
2725
"ban-sensitive-files": "^1.9.2",
2826
"cz-conventional-changelog": "^3.0.0",
29-
"greenkeeper-lockfile": "^1.15.1",
3027
"husky": "^3.0.0",
3128
"npm-run-all": "^4.1.3",
3229
"travis-lint": "^1.0.0"

0 commit comments

Comments
 (0)