Skip to content

Commit 9e62557

Browse files
committed
0.1.3
1 parent 5326e80 commit 9e62557

7 files changed

Lines changed: 229 additions & 66 deletions

dist/hyperapp-devtools.es.js

Lines changed: 205 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperapp-devtools.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperapp-devtools.js

Lines changed: 16 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperapp-devtools.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperapp-devtools.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperapp-devtools.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperapp-devtools",
3-
"version": "0.1.1",
3+
"version": "0.1.3",
44
"description": "Developer tools for Hyperapp projects",
55
"keywords": ["hyperapp", "devtools", "debug"],
66
"author": "Anthony Ferrando <ferrando.tony@gmail.com>",
@@ -17,7 +17,9 @@
1717
"npm run clean && npm run build:module && npm run build:main && npm run build:min",
1818
"build:main": "rollup -c && rimraf .rpt2_cache",
1919
"build:min": "rollup -c --min && rimraf .rpt2_cache",
20-
"build:module": "rollup -c --es && rimraf .rpt2_cache"
20+
"build:module": "rollup -c --es && rimraf .rpt2_cache",
21+
"release":
22+
"npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
2123
},
2224
"dependencies": {
2325
"hyperapp": "^1.2.5",

0 commit comments

Comments
 (0)