We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10ab38 commit 650c249Copy full SHA for 650c249
.npmignore
@@ -1,4 +1,4 @@
1
examples
2
test
3
*.svg
4
-src
+/src
package.json
@@ -19,8 +19,8 @@
19
"Pranesh Ravi<praneshpranesh@gmail.com>",
20
"Bart Riepe <bart@serial-experiments.com>"
21
],
22
- "main": "lib/index",
23
- "typings": "lib/index",
+ "main": "lib/src/index",
+ "typings": "lib/src/index",
24
"scripts": {
25
"build": "tsc --outDir lib/",
26
"build:examples": "webpack --progress",
0 commit comments