Skip to content

Commit 87cd4f4

Browse files
author
Daniel Wirtz
committed
Reduce NPM pkg size, cleanup
1 parent 1dd8c4d commit 87cd4f4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
node_modules
1+
node_modules/
22
npm-debug.log

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
npm-debug.log
3+
ByteBuffer.png

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"preprocessor": "latest",
2121
"closurecompiler": "latest"
2222
},
23-
"license": "Apache License, Version 2.0",
23+
"license": "Apache-2.0",
2424
"engines": {
2525
"node": ">=0.8"
2626
},

0 commit comments

Comments
 (0)