Skip to content

Commit

Permalink
- npm publish 2015.7.1
Browse files Browse the repository at this point in the history
- update README.md
- update dependencies
  • Loading branch information
kaizhu256 committed Jul 31, 2015
1 parent 9175711 commit 66e473e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ minimal npm installer for phantomjs and slimerjs with zero npm-dependencies
- HEAD should be tagged, npm-published package

#### beta branch
- stable branch
- semi-stable branch
- HEAD should be latest, npm-published package

#### alpha branch
Expand Down Expand Up @@ -123,7 +123,7 @@ shExampleSh
"description": "minimal npm installer for phantomjs and slimerjs \
with zero npm-dependencies",
"devDependencies": {
"utility2": "^2015.6.1-b"
"utility2": "^2015.7.10"
},
"keywords": [
"browser",
Expand Down Expand Up @@ -155,7 +155,7 @@ $(./index.js $ARG0 eval 'console.log(\"hello\"); phantom.exit();') = 'hello' \
printf \"passed\n\" || exit $?; \
done"
},
"version": "2015.6.1"
"version": "2015.7.1"
}
```

Expand All @@ -166,9 +166,10 @@ done"



# change since 2366ee45
- npm publish 2015.6.1
- fix version breakage with latest npm install
# change since 91757119
- npm publish 2015.7.1
- update README.md
- update dependencies
- none


Expand All @@ -185,14 +186,15 @@ done"
# build.sh

# this shell script will run the build for this package

shBuild() {
# this function will run the main build
# init env
export npm_config_mode_slimerjs=1 || return $?
. node_modules/.bin/utility2 && shInit || return $?

# run npm-test on published package
shNpmTestPublished || return $?
shRun shNpmTestPublished || return $?

# test example shell script
MODE_BUILD=testExampleSh \
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"description": "minimal npm installer for phantomjs and slimerjs with zero npm-dependencies",
"devDependencies": {
"utility2": "^2015.6.1-b"
"utility2": "^2015.7.10"
},
"keywords": [
"browser",
Expand All @@ -31,5 +31,5 @@
"preinstall": "touch phantomjs slimerjs",
"test": "node_modules/.bin/utility2 shRun shReadmeExportPackageJson && for ARG0 in phantomjs slimerjs; do printf \"testing $ARG0\n\" || exit $?; [ $(./index.js $ARG0 eval 'console.log(\"hello\"); phantom.exit();') = 'hello' ] || exit $?; printf \"passed\n\" || exit $?; done"
},
"version": "2015.6.1"
"version": "2015.7.1"
}

0 comments on commit 66e473e

Please sign in to comment.