Skip to content

Commit

Permalink
chore: version update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
krunalshahcodes committed Jul 7, 2019
1 parent 7405952 commit 3269ee7
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 280 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-loading-io",
"version": "1.0.2",
"version": "1.0.3",
"description": "CSS-only spinners of loading.io for React",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
Expand Down
7 changes: 6 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ const outputs = [

const common = {
input: 'src/index.js',
external: ['react', 'prop-types'],
external: ['react', 'prop-types', '@emotion/core'],
plugins: [
resolve(),
// commonjs({
// namedExports: {
// 'react-js': ['isValidElementType']
// }
// }),
babel({
exclude: 'node_modules/**'
}),
Expand Down

0 comments on commit 3269ee7

Please sign in to comment.