File tree 4 files changed +118
-78
lines changed
4 files changed +118
-78
lines changed Original file line number Diff line number Diff line change 8
8
* .diff
9
9
examples /__build__
10
10
coverage
11
+ yarn.lock
11
12
12
13
# # Built folders
13
- es
14
14
lib
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ karma.conf.js
5
5
script
6
6
specs
7
7
.idea /
8
+ src
Original file line number Diff line number Diff line change 15
15
"scripts" : {
16
16
"start" : " ./node_modules/.bin/webpack-dev-server --inline --host 127.0.0.1 --content-base examples/" ,
17
17
"test" : " cross-env NODE_ENV=test karma start" ,
18
- "lint" : " eslint lib /"
18
+ "lint" : " eslint src /"
19
19
},
20
20
"authors" : [
21
21
" Ryan Florence"
56
56
"react-addons-test-utils" : " ^15.0.0" ,
57
57
"react-dom" : " ^15.0.0" ,
58
58
"rf-release" : " 0.4.0" ,
59
- "rimraf" : " ^2.6.1" ,
60
59
"sinon" : " next" ,
61
60
"uglify-js" : " 2.4.24" ,
62
61
"webpack" : " ^1.12.14" ,
65
64
"dependencies" : {
66
65
"element-class" : " ^0.2.0" ,
67
66
"exenv" : " 1.2.0" ,
68
- "lodash.assign" : " ^4.2.0" ,
69
67
"prop-types" : " ^15.5.7" ,
70
68
"react-dom-factories" : " ^1.0.0"
71
69
},
You can’t perform that action at this time.
0 commit comments