Skip to content

Commit d3d6c4a

Browse files
committed
chore: Try and fix release.
1 parent 286a336 commit d3d6c4a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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",
@@ -10,15 +9,17 @@
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",

0 commit comments

Comments
 (0)