File tree 2 files changed +15
-16
lines changed
2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
node_modules
3
3
npm-debug.log
4
- dist-es5
5
- dist-es6
4
+ dist
6
5
example /bundle.js
7
6
example /bundle.js.map
8
7
coverage
Original file line number Diff line number Diff line change 2
2
"name" : " react-tag-autocomplete" ,
3
3
"version" : " 5.4.1" ,
4
4
"description" : " React Tag Autocomplete is a simple tagging component ready to drop in your React projects." ,
5
- "main" : " dist-es5 /ReactTags.js" ,
6
- "module" : " dist-es6 /ReactTags.js" ,
5
+ "main" : " dist/ReactTags.cjs .js" ,
6
+ "module" : " dist/ReactTags.esm .js" ,
7
7
"scripts" : {
8
+ "prepare" : " npm run build:dist" ,
8
9
"pretest" : " npm run lint && npm run build:dist" ,
9
10
"test" : " jasmine" ,
10
11
"coverage" : " istanbul cover -i 'dist-es5/**' jasmine" ,
16
17
},
17
18
"files" : [
18
19
" lib" ,
20
+ " dist" ,
19
21
" example" ,
20
- " dist-es5" ,
21
- " dist-es6" ,
22
22
" LICENSE" ,
23
23
" README.md"
24
24
],
45
45
"react-dom" : " ^16.0.0"
46
46
},
47
47
"devDependencies" : {
48
- "buble" : " ^0.18 .0" ,
49
- "buble-loader" : " ^0.4.1 " ,
48
+ "buble" : " ^0.19 .0" ,
49
+ "buble-loader" : " ^0.5.0 " ,
50
50
"coveralls" : " ^3.0.0" ,
51
51
"istanbul" : " ^0.4.4" ,
52
- "jasmine" : " ^2.4.1 " ,
53
- "jsdom" : " ^11.3 .0" ,
52
+ "jasmine" : " ^3.1.0 " ,
53
+ "jsdom" : " ^11.10 .0" ,
54
54
"prop-types" : " ^15.6.0" ,
55
55
"react" : " ^16.0.0" ,
56
56
"react-dom" : " ^16.0.0" ,
57
- "rollup" : " ^0.54.1 " ,
58
- "rollup-plugin-buble" : " ^0.18 .0" ,
59
- "sinon" : " ^4 .0.0" ,
60
- "standard" : " ^10 .0.3 " ,
61
- "webpack" : " ^3.6 .0" ,
62
- "webpack-dev-server" : " ^2.8.2 "
57
+ "rollup" : " ^0.58.0 " ,
58
+ "rollup-plugin-buble" : " ^0.19 .0" ,
59
+ "sinon" : " ^5 .0.0" ,
60
+ "standard" : " ^11 .0.0 " ,
61
+ "webpack" : " ^3.11 .0" ,
62
+ "webpack-dev-server" : " ^2.11.0 "
63
63
}
64
64
}
You can’t perform that action at this time.
0 commit comments