Skip to content

Commit ba176a7

Browse files
committed
build(npm): Remove package-lock.json/yarn.lock
1 parent d31a4f4 commit ba176a7

File tree

5 files changed

+5
-8915
lines changed

5 files changed

+5
-8915
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,6 @@ $RECYCLE.BIN/
126126
*.lnk
127127

128128
# End of https://www.gitignore.io/api/macos,windows,linux,node
129+
130+
yarn.lock
131+
package-lock.json

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
11
language: node_js
22
node_js:
33
- 8
4-
cache:
5-
directories:
6-
- node_modules
74
branches:
85
only:
96
- master
107
- /^greenkeeper.*$/
118
git:
129
depth: 999
13-
before_install:
14-
- npm install -g greenkeeper-lockfile@1
15-
before_script:
16-
- npm prune
17-
- greenkeeper-lockfile-update
1810
script:
1911
- npm run test
20-
after_script:
21-
- greenkeeper-lockfile-upload
2212
after_success:
2313
- if [ -n "${CODECOV_TOKEN:-}" ]; then npm run codecov; fi
2414
- npm run semantic-release

.yarnrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--install.no-lockfile true

0 commit comments

Comments
 (0)