Skip to content

Commit 0c31881

Browse files
authored
Remove unnecessary files from npm
- `"bin/*"`, `"test/*"`, and `"Gulpfile.js"` can be removed - See #844
1 parent 55e6801 commit 0c31881

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
66
"files": [
77
"dist/npm/*",
8-
"bin/*",
9-
"build/*",
10-
"test/*",
11-
"Gulpfile.js"
8+
"build/*"
129
],
1310
"main": "dist/npm/",
1411
"browser": {

0 commit comments

Comments
 (0)