Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fuller authored and diasbruno committed Jun 16, 2017
1 parent ab11c36 commit 389a8fa
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _book
*.diff
examples/__build__
coverage
yarn.lock

## Built folders
es
lib
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ karma.conf.js
script
specs
.idea/
src
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --inline --host 127.0.0.1 --content-base examples/",
"test": "cross-env NODE_ENV=test karma start",
"lint": "eslint lib/"
"lint": "eslint src/"
},
"authors": [
"Ryan Florence"
Expand Down Expand Up @@ -56,7 +56,6 @@
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"rf-release": "0.4.0",
"rimraf": "^2.6.1",
"sinon": "next",
"uglify-js": "2.4.24",
"webpack": "^1.12.14",
Expand All @@ -65,7 +64,6 @@
"dependencies": {
"element-class": "^0.2.0",
"exenv": "1.2.0",
"lodash.assign": "^4.2.0",
"prop-types": "^15.5.7",
"react-dom-factories": "^1.0.0"
},
Expand Down
Loading

0 comments on commit 389a8fa

Please sign in to comment.