Skip to content

Add type definitions. #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 17, 2020
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:watch": "npm test -- --watch",
"test:examples": "node examples/",
"cover": "nyc --check-coverage && npm test",
"build": "BABEL_ENV=production babel src --out-dir lib",
"build": "BABEL_ENV=production babel src --out-dir lib --copy-files",
"build:umd": "BABEL_ENV=production babel --plugins @babel/plugin-transform-modules-umd src --out-dir umd_temp && webpack",
"prepublish": "npm run clean && npm run build && npm run build:umd",
"deploy:minor": "npm version minor && npm publish --access=public",
Expand Down
Loading