Skip to content

Commit

Permalink
fix: correct imports (fixes #31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeolun committed Oct 18, 2023
1 parent 39b41e3 commit ee2da4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
examples
lib/examples
test
*.svg
src
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"Pranesh Ravi<praneshpranesh@gmail.com>",
"Bart Riepe <bart@serial-experiments.com>"
],
"main": "lib/index",
"typings": "lib/index",
"main": "lib/src/index",
"typings": "lib/src/index",
"scripts": {
"build": "tsc --outDir lib/",
"build:examples": "webpack --progress",
Expand Down

0 comments on commit ee2da4d

Please sign in to comment.