Skip to content

Commit

Permalink
Refactoring build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jfusco committed Oct 10, 2016
1 parent 3a9f63b commit bcd5a8f
Show file tree
Hide file tree
Showing 17 changed files with 589 additions and 101 deletions.
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.idea/
/__tests__/
/gulp/
/src/
/coverage/
.editorconfig
.babelrc
.eslintignore
.eslintrc
.gitignore
.scsslint.yml
.travis.yml
config.json
gulpfile.babel.js
webpack.config.babel.js
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ npm test
[mit-url]: https://github.com/JFusco/react-autocomplete/blob/master/LICENSE
[npm-version-image]: https://img.shields.io/npm/v/npm.svg?maxAge=2592000
[dev-dep-image]: https://david-dm.org/JFusco/react-autocomplete/dev-status.svg
[dev-dep-url]: https://david-dm.org/JFusco/react-autocomplete#info=devDependencies
[dev-dep-url]: https://david-dm.org/JFusco/react-autocomplete?type=dev
[peer-dep-image]: https://david-dm.org/JFusco/react-autocomplete/peer-status.svg
[peer-dep-url]: https://david-dm.org/JFusco/react-autocomplete#info=peerDependencies
[peer-dep-url]: https://david-dm.org/JFusco/react-autocomplete?type=peer
12 changes: 0 additions & 12 deletions __tests__/SuggestionList-test.js

This file was deleted.

10 changes: 10 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"css": {
"fileName": "react-autocomplete"
},
"scripts": {
"fileName": "react-autocomplete",
"entry": "Autocomplete",
"library": "Autocomplete"
}
}
Loading

0 comments on commit bcd5a8f

Please sign in to comment.