Skip to content

Commit f37aa91

Browse files
committed
tweak package.json
1 parent 58d8c83 commit f37aa91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"files": [
2525
"dist/**/*.js",
26-
"src/**/*.js",
27-
"src/**/*.d.ts"
26+
"src/**/*.d.ts",
27+
"src/**/*.js"
2828
],
2929
"scripts": {
3030
"test": "yarn test:mocha && yarn test:lint && yarn test:tsc",
@@ -36,7 +36,7 @@
3636
"dev": "vite"
3737
},
3838
"_moduleAliases": {
39-
"@observablehq/plot": "./src/index"
39+
"@observablehq/plot": "./src/index.js"
4040
},
4141
"sideEffects": [
4242
"./src/plot.js"

0 commit comments

Comments
 (0)