File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-transition-group" ,
3- "version" : " 2.3.0-beta.0 " ,
3+ "version" : " 2.3.0" ,
44 "description" : " A react component toolset for managing animations" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
77 "test" : " npm run lint && npm run testonly" ,
88 "testonly" : " jest --verbose" ,
99 "tdd" : " jest --watch" ,
10- "build" :
11- " rimraf lib && babel src --out-dir lib && npm run build:dist && cp README.md LICENSE ./lib" ,
10+ "build" : " rimraf lib && babel src --out-dir lib && npm run build:dist && cp README.md LICENSE ./lib" ,
1211 "build:docs" : " npm -C www run build" ,
13- "build:dist" :
14- " rimraf lib/dist && webpack && NODE_ENV=production webpack -p" ,
12+ "build:dist" : " rimraf lib/dist && webpack && NODE_ENV=production webpack -p" ,
1513 "bootstrap" : " yarn && yarn --cwd www" ,
1614 "lint" : " eslint src test" ,
1715 "release" : " release" ,
4240 "homepage" : " https://github.com/reactjs/react-transition-group#readme" ,
4341 "jest" : {
4442 "testRegex" : " -test\\ .js" ,
45- "setupFiles" : [" ./test/setup.js" ],
46- "roots" : [" <rootDir>/test" ]
43+ "setupFiles" : [
44+ " ./test/setup.js"
45+ ],
46+ "roots" : [
47+ " <rootDir>/test"
48+ ]
4749 },
4850 "peerDependencies" : {
4951 "react" : " >=15.0.0" ,
9597 "altPkgRootFolder" : " lib"
9698 },
9799 "browserify" : {
98- "transform" : [" loose-envify" ]
100+ "transform" : [
101+ " loose-envify"
102+ ]
99103 }
100104}
You can’t perform that action at this time.
0 commit comments