Skip to content

Commit 495e3b9

Browse files
committed
ignore package-lock.json
1 parent 840589f commit 495e3b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ src/**/*.js.map
1313
test/**/*.js
1414
test/**/*.js.map
1515
npm-debug.log
16+
package-lock.json
1617
yarn-error.log

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CONTRIBUTING.md
1616
ISSUE_TEMPLATE.md
1717
PULL_REQUEST_TEMPLATE.md
1818
karma.conf.js
19+
package-lock.json
1920
tsconfig.json
2021
tsconfig.test.json
2122
tslint.json
@@ -29,4 +30,4 @@ yarn.lock
2930
.npmignore
3031
.prettierrc
3132
.publishrc
32-
.travis.yml
33+
.travis.yml

0 commit comments

Comments
 (0)