Skip to content

Commit 650c249

Browse files
committed
fix: publish files on 4.x
1 parent d10ab38 commit 650c249

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
examples
22
test
33
*.svg
4-
src
4+
/src

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"Pranesh Ravi<praneshpranesh@gmail.com>",
2020
"Bart Riepe <bart@serial-experiments.com>"
2121
],
22-
"main": "lib/index",
23-
"typings": "lib/index",
22+
"main": "lib/src/index",
23+
"typings": "lib/src/index",
2424
"scripts": {
2525
"build": "tsc --outDir lib/",
2626
"build:examples": "webpack --progress",

0 commit comments

Comments
 (0)