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 11{
22 "name" : " skatejs-dom-diff" ,
3- "version" : " 0.3.1" ,
43 "description" : " Library for efficiently diffing and patching DOM fragments." ,
54 "main" : " lib/index.js" ,
65 "jsnext:main" : " src/index.js" ,
109 },
1110 "devDependencies" : {
1211 "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"
1414 },
1515 "scripts" : {
1616 "build" : " sk-build" ,
17- "test" : " sk-tests"
17+ "test" : " sk-tests" ,
18+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
1819 },
1920 "repository" : {
2021 "type" : " git" ,
21- "url" : " git+ https://github.com/skatejs/dom-diff.git"
22+ "url" : " https://github.com/skatejs/dom-diff.git"
2223 },
2324 "keywords" : [
2425 " dom" ,
You can’t perform that action at this time.
0 commit comments