Skip to content

Commit

Permalink
build(npm): Remove package-lock.json/yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 27, 2017
1 parent f2f2de2 commit 4e43df1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9,874 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -126,3 +126,6 @@ $RECYCLE.BIN/
*.lnk

# End of https://www.gitignore.io/api/macos,windows,linux,node

package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-lock=false
10 changes: 0 additions & 10 deletions .travis.yml
@@ -1,24 +1,14 @@
language: node_js
node_js:
- 8
cache:
directories:
- node_modules
branches:
only:
- master
- /^greenkeeper.*$/
git:
depth: 999
before_install:
- npm install -g greenkeeper-lockfile@1
before_script:
- npm prune
- greenkeeper-lockfile-update
script:
- npm run test
after_script:
- greenkeeper-lockfile-upload
after_success:
- if [ -n "${CODECOV_TOKEN:-}" ]; then npm run codecov; fi
- npm run semantic-release
1 change: 1 addition & 0 deletions .yarnrc
@@ -0,0 +1 @@
--install.no-lockfile true

0 comments on commit 4e43df1

Please sign in to comment.