Skip to content

Commit

Permalink
fix: npm files
Browse files Browse the repository at this point in the history
  • Loading branch information
krunalshahcodes committed Jun 16, 2019
1 parent dbd6ffc commit c43cc5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "react-loading-io",
"version": "1.0.0",
"version": "1.0.1",
"description": "CSS-only spinners of loading.io for React",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c",
Expand Down

0 comments on commit c43cc5e

Please sign in to comment.