Skip to content

Commit dedf5ee

Browse files
authored
Add index.d.ts type definitions. (#18)
1 parent 4304583 commit dedf5ee

File tree

2 files changed

+446
-1
lines changed

2 files changed

+446
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:watch": "npm test -- --watch",
1414
"test:examples": "node examples/",
1515
"cover": "nyc --check-coverage && npm test",
16-
"build": "BABEL_ENV=production babel src --out-dir lib",
16+
"build": "BABEL_ENV=production babel src --out-dir lib --copy-files",
1717
"build:umd": "BABEL_ENV=production babel --plugins @babel/plugin-transform-modules-umd src --out-dir umd_temp && webpack",
1818
"prepublish": "npm run clean && npm run build && npm run build:umd",
1919
"deploy:minor": "npm version minor && npm publish --access=public",

0 commit comments

Comments
 (0)