Skip to content

Commit e463312

Browse files
committed
0.2.6
1 parent c3011ea commit e463312

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is an higher order application (HOA) that records every action and allow th
77

88
See it in action here:
99

10-
![debugger in action](https://user-images.githubusercontent.com/8634093/38488545-1bfc0a60-3be4-11e8-9566-b0a4920c6c1d.gif)
10+
![debugger in action](https://user-images.githubusercontent.com/8634093/39005997-fa787024-4401-11e8-9699-3c22618e554a.gif)
1111

1212
## Installation
1313

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"name": "hyperapp-devtools",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Developer tools for Hyperapp projects",
5-
"keywords": [
6-
"hyperapp",
7-
"devtools",
8-
"debug"
9-
],
5+
"keywords": ["hyperapp", "devtools", "debug"],
106
"author": "Anthony Ferrando <ferrando.tony@gmail.com>",
117
"license": "MIT",
128
"main": "dist/hyperapp-devtools.js",
@@ -21,7 +17,8 @@
2117
"build:main": "rollup -c && rimraf .rpt2_cache",
2218
"build:min": "rollup -c --min && rimraf .rpt2_cache",
2319
"build:module": "rollup -c --es && rimraf .rpt2_cache",
24-
"release": "npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
20+
"release":
21+
"npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
2522
},
2623
"dependencies": {
2724
"hyperapp": "^1.2.5",

0 commit comments

Comments
 (0)