File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
### Next
2
2
3
+
4
+ ### v3.0.3 (25 April 2017)
5
+
3
6
* [ UPGRADE] Update dependencies to latest stable versions.
4
7
* [ ENHANCEMENT] Remove the ` react-transition-group ` dependency. (#56 )
5
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.0.3 " ,
4
4
"description" : " A React component to animate replacing one element with another." ,
5
5
"main" : " lib/ReactCSSTransitionReplace.js" ,
6
6
"repository" : {
10
10
"scripts" : {
11
11
"start" : " gulp demo" ,
12
12
"test" : " echo \" No test implemented\" && exit 0" ,
13
- "prebuild" : " ./node_modules/.bin/rimraf lib && gulp lint " ,
13
+ "prebuild" : " ./node_modules/.bin/rimraf lib" ,
14
14
"build" : " ./node_modules/.bin/babel ./src --out-dir ./lib" ,
15
- "prepublish" : " npm run build"
15
+ "prepublish" : " npm run build" ,
16
+ "build:docs" : " gulp gh-pages"
16
17
},
17
18
"dependencies" : {
18
19
"chain-function" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments