Skip to content

Commit

Permalink
✏️ Npm update via Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed May 22, 2015
1 parent a2d4a94 commit 917472e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -18,9 +18,6 @@ env:
- secure: PxK6QzGX0e/TZoETDaV7m0MEtL8if03FfcEKfZBmApmI6mCstuD0MNxL34lNxSXnY322CddegT8I2D8U8NzJjrOyT3MJyGASzV2HstJdzspCB1WTcfKued8TFNA6kFAg5ImLZ52m+wZXwgP74RVpcddnx8+ScGwLZSt9IoIArOd6C+9u018tl7klxVNkiRbQTjrxKeP8ykH9Z6ZuEg29V7JYI+/xaz91T6uP4Qmx0GBPBo58rcxMPCFivd8327jkRTBH2hLouf59hClHrlYAbnujTFL8ofwAR3AT1JPk5SOpFwBeEZgIoXOr3ofuJS/xRPZwsIr3FanV02EJmb1ZxWn4T1hDh1r8qgND84LFsGzuLGexaOBkvcUvejKqrfN3qcaAmL3vYkriMVS7n4fTcspZPc1iquHyA7BMqP4lQEsaoKnUnYsu2vvrw/3JWZC6brE84IODjP2b5JRCNic6u6BdzMb2zXRDn/EswA2YBlikD9mzdeyIQfc/su2tJnFx5V2Hj/Py7xXMwM4HTZ83lLuNpXX5hv0GuYoAg+oJzLa0ilsfUhGwCwaBWAM3xeMUCqR94PPgppjemvmaabvPyxHI1DQbvUYM/9wU7vznKyeCRWIZHz6fkqcjo0Mf+EdnRFBElJSg/NG3+7Y4OhOjTVv22kHVP5BWMMqKJPNyJuY=

# Npm publish options
before_deploy:
- npm install coffee-script --global
- npm run compile
deploy:
provider: npm
email: i59naga@icloud.com
Expand Down
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "json_ml",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "JsonML parse/stringify function.",

"scripts": {
Expand All @@ -16,6 +16,9 @@
"posttest": "zuul test/API.spec.coffee --report",

"Npm update via Travis-CI":"",
"prepublish": "npm run compile",

"precompile": "npm install coffee-script --global",
"compile": "coffee --bare --compile index.coffee",
"postcompile": "coffee --output lib --bare --compile src",

Expand All @@ -33,7 +36,6 @@
},
"browserify": "browserify src -t coffeeify -s JSONML --extension .coffee",
"files": [
"package.json",
"index.js",
"lib"
],
Expand Down

0 comments on commit 917472e

Please sign in to comment.