Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 338edf1

Browse files
Merge pull request #142 from zalando-incubator/remove-plock
fix(lang): #140 - Removed package lock
2 parents 3c36c40 + 1f797f0 commit 338edf1

File tree

3 files changed

+2
-17008
lines changed

3 files changed

+2
-17008
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# atlas-sdk-core
22
lib
3+
package-lock.json
34

45
# Custom
56
test/.temp

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cache:
55
notifications:
66
email: false
77
node_js:
8-
- '8'
8+
- '8.8'
99
- '7'
1010
- '6'
1111
before_install:

0 commit comments

Comments
 (0)