Skip to content

Commit e6fe88e

Browse files
chore(npm): create .npmrc and add it to .npmignore
1 parent b51a729 commit e6fe88e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.npmignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
test
1+
benchmarks
22
coverage
33
examples
4+
test
45
webpack.config.js
5-
CHANGELOG.md
66
.eslint*
77
.travis*
8-
.npmignore
8+
.npm*

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
save-exact=true
2+
package-lock=false

0 commit comments

Comments
 (0)