This repository was archived by the owner on Jun 23, 2023. It is now read-only.
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
"test" : " npm run test-unit && npm run test-correctness && npm run test-style" ,
16
16
"test-unit" : " nodeunit test/unit/nodeunitheadless.js" ,
17
17
"test-correctness" : " jshint --config test/jshintrc src/Tween.js" ,
18
- "test-style" : " jscs --config test/jscs.json src/Tween.js"
18
+ "test-style" : " jscs --config test/jscs.json src/Tween.js" ,
19
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post --owner=sole --user=dalisoft" ,
19
20
},
20
21
"repository" : {
21
22
"type" : " git" ,
35
36
"bugs" : {
36
37
"url" : " https://github.com/tweenjs/es6-tween/issues"
37
38
},
39
+ "release" : {
40
+ "branch" : " master"
41
+ },
38
42
"homepage" : " https://github.com/tweenjs/es6-tween#readme" ,
39
43
"devDependencies" : {
40
44
"babel" : " 6.5.2" ,
52
56
"yargs" : " 6.6.0" ,
53
57
"jscs" : " ^2.2.0" ,
54
58
"jshint" : " ^2.8.0" ,
55
- "nodeunit" : " ^0.9.1"
59
+ "nodeunit" : " ^0.9.1" ,
60
+ "semantic-release" : " latest"
56
61
},
57
62
"dependencies" : {}
58
63
}
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
set /P commit = Enter commit log:
3
+ npm run dist
3
4
git commit -m " %commit% "
4
5
git push
5
6
echo Publishing...
6
- npm publish
7
7
echo Done... (if there no error)
8
8
pause
Original file line number Diff line number Diff line change
1
+ /* Shims will be deprecated in next update */
2
+
1
3
import './shim/object_assign' ;
2
4
3
5
import './shim/raf' ;
You can’t perform that action at this time.
0 commit comments