Skip to content

Commit

Permalink
- npm publish 2016.7.2
Browse files Browse the repository at this point in the history
- update README.md
  • Loading branch information
kaizhu256 committed Aug 7, 2016
1 parent 6a5d922 commit d26a882
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
electron-lite
==============
this package will dynamically download and install electron v1.2.8 @ https://github.com/atom/electron/releases with zero npm-dependencies
this package will download and install electron v1.2.8 from https://github.com/atom/electron/releases with zero npm-dependencies

[![travis-ci.org build-status](https://api.travis-ci.org/kaizhu256/node-electron-lite.svg)](https://travis-ci.org/kaizhu256/node-electron-lite)

Expand All @@ -12,18 +12,19 @@ this package will dynamically download and install electron v1.2.8 @ https://git

# documentation
#### todo
- upgrade to electron v1.3.x
- none

#### change since e94ae1fc
- npm publish 2016.7.1
- upgrade to electron v1.2.8
#### change since 6a5d9222
- npm publish 2016.7.2
- update README.md
- none

#### this package requires
- darwin or linux os

#### this package includes
- external linux unzip binary @ https://busybox.net/downloads/binaries/1.21.1/busybox-i486
#### additional info
- includes external linux unzip binary from https://busybox.net/downloads/binaries/1.21.1/busybox-i486



Expand Down Expand Up @@ -169,10 +170,10 @@ instruction
rm -fr external && \
npm run postinstall && \
./cli.js --version && \
utility2 test node test.js",
utility2 test test.js",
"test-published": "utility2 shRun shNpmTestPublished"
},
"version": "2016.7.1"
"version": "2016.7.2"
}
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bin": {
"electron": "cli.js"
},
"description": "this package will dynamically download and install electron v1.2.8 @ https://github.com/atom/electron/releases with zero npm-dependencies",
"description": "this package will download and install electron v1.2.8 from https://github.com/atom/electron/releases with zero npm-dependencies",
"devDependencies": {
"utility2": "kaizhu256/node-utility2#alpha"
},
Expand All @@ -31,12 +31,12 @@
"build-doc": ":",
"example.js": "utility2 shRunScreenCapture shReadmeTestJs example.js",
"postinstall": "./index.sh shNpmPostinstall",
"test": "rm -fr external && npm run postinstall && ./cli.js --version && utility2 test node test.js",
"test": "rm -fr external && npm run postinstall && ./cli.js --version && utility2 test test.js",




"test-published": "utility2 shRun shNpmTestPublished"
},
"version": "2016.7.1"
"version": "2016.7.2"
}

0 comments on commit d26a882

Please sign in to comment.