Skip to content

Commit

Permalink
Reformat package config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Dec 12, 2017
1 parent 16cde6e commit 5aede2b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
"scripts": {
"build": "node scripts/build.js"
},
"files": [
"cjs",
"esm",
"umd"
],
"files": ["cjs", "esm", "umd"],
"main": "index.js",
"module": "esm/my-react.development.js",
"peerDependencies": {
"react": ">=15"
},
Expand All @@ -36,14 +31,7 @@
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0"
},
"keywords": [
"react",
"es6",
"static",
"class",
"classes",
"createClass"
],
"keywords": ["react", "es6", "static", "class", "classes", "createClass"],
"prettier": {
"printWidth": 80,
"semi": false
Expand Down

0 comments on commit 5aede2b

Please sign in to comment.