Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 8a8a6ff

Browse files
committed
v0.2.1
1 parent de2141a commit 8a8a6ff

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,8 +1,10 @@
11
{
22
"name": "react-cli-renderer",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "lib/index.js",
5-
"files": ["lib"],
5+
"files": [
6+
"lib"
7+
],
68
"license": "MIT",
79
"private": false,
810
"devDependencies": {
@@ -31,8 +33,7 @@
3133
},
3234
"scripts": {
3335
"build": "babel src/ -d lib/",
34-
"demo":
35-
"svg-term --command 'node lib/demo.js' --out .github/demo.svg --window --from 50 --to 5000 --width 60 --height 8 --term hyper --profile hyper-chesterish",
36+
"demo": "svg-term --command 'node lib/demo.js' --out .github/demo.svg --window --from 50 --to 5000 --width 60 --height 8 --term hyper --profile hyper-chesterish",
3637
"prepublish": "yarn run build",
3738
"test": "yarn run jest"
3839
},

0 commit comments

Comments
 (0)