File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " skatejs-dom-diff" ,
3
- "version" : " 0.3.1" ,
4
3
"description" : " Library for efficiently diffing and patching DOM fragments." ,
5
4
"main" : " lib/index.js" ,
6
5
"jsnext:main" : " src/index.js" ,
10
9
},
11
10
"devDependencies" : {
12
11
"custom-event-polyfill" : " ^0.2.1" ,
13
- "cz-conventional-changelog" : " ^1.2.0"
12
+ "cz-conventional-changelog" : " ^1.2.0" ,
13
+ "semantic-release" : " ^6.3.2"
14
14
},
15
15
"scripts" : {
16
16
"build" : " sk-build" ,
17
- "test" : " sk-tests"
17
+ "test" : " sk-tests" ,
18
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
18
19
},
19
20
"repository" : {
20
21
"type" : " git" ,
21
- "url" : " git+ https://github.com/skatejs/dom-diff.git"
22
+ "url" : " https://github.com/skatejs/dom-diff.git"
22
23
},
23
24
"keywords" : [
24
25
" dom" ,
You can’t perform that action at this time.
0 commit comments