Skip to content

Commit a98e92b

Browse files
committed
Use explicit files when publishing. d3/d3#3335
1 parent 022b37c commit a98e92b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"type": "git",
2424
"url": "https://github.com/d3/d3-axis.git"
2525
},
26+
"files": [
27+
"dist/**/*.js",
28+
"src/**/*.js"
29+
],
2630
"scripts": {
2731
"pretest": "rollup -c",
2832
"test": "tape 'test/**/*-test.js' && eslint src test",

0 commit comments

Comments
 (0)