Skip to content

Commit 5cd3033

Browse files
committed
Bump version
1 parent fef2339 commit 5cd3033

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.releaseconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"all": true,
3+
"lerna": false,
4+
5+
"scripts": {
6+
"beforePush": "npm run build"
7+
}
8+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ And then call "npm run build".
3131
## Todo
3232
- search in all files
3333
- new rule editor (future releases)
34-
- heating profile (future releases)
34+
- heating profile (future releases)~~~~
3535
- ...
3636

3737
<!--

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"postinstall": "node ./install/installTypings.js",
6868
"prepublishOnly": "node node_modules/gulp/bin/gulp.js",
6969
"build": "node node_modules/gulp/bin/gulp.js",
70-
"release": "node node_modules/@alcalzone/release-script/bin/release.js",
71-
"beforePush": "node node_modules/gulp/bin/gulp.js"
70+
"release": "node node_modules/@alcalzone/release-script/bin/release.js"
7271
}
7372
}

0 commit comments

Comments
 (0)