Skip to content

Commit

Permalink
fix(@aws-amplify/ui-react): Exclude files via .npmignore rather… (#5338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Apr 8, 2020
1 parent 01e21ef commit 5fd7f24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/amplify-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"test": "jest",
"build-with-test": "npm test && npm run build",
"build-with-test": "npm test && npm run build",
"build:cjs": "node ./build es5 && webpack && webpack --config ./webpack.config.dev.js",
"build:esm": "node ./build es6",
"build:cjs:watch": "node ./build es5 --watch",
Expand All @@ -24,9 +24,6 @@
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
"typings": "./lib-esm/index.d.ts",
"files": [
"dist/"
],
"devDependencies": {
"@types/react": "^16.0.41",
"@types/react-dom": "^16.0.11",
Expand Down

0 comments on commit 5fd7f24

Please sign in to comment.