Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit abe2beb

Browse files
author
Jake Hartnell
committed
v1.0.8, switch to react-scripts (create-react-app webpack config), clean up old dependencies, included compiled js with npm package.
1 parent c2b16d7 commit abe2beb

21 files changed

+5755
-2153
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules
5-
/dist
4+
node_modules
65
.idea
76
# testing
87
/coverage
98

109
# production
11-
/build
10+
build
1211

1312
# misc
1413
.DS_Store

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class App extends React.Component {
6868
| errorClass | String | - | Class for error messages |
6969
| errorStyle | Object | - | Inline styles for errors |
7070

71-
### Author
72-
Barak Cohen (baaraak0@gmail.com)
71+
### Development
72+
Make sure you have [yarn](https://yarnpkg.com/en/) installed. Clone the repo and run `yarn`.
7373

7474
### License
7575
MIT

config/env.js

-90
This file was deleted.

config/jest/cssTransform.js

-14
This file was deleted.

config/jest/fileTransform.js

-12
This file was deleted.

config/paths.js

-55
This file was deleted.

config/polyfills.js

-16
This file was deleted.

0 commit comments

Comments
 (0)