Skip to content

Commit

Permalink
use tag names for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Dec 16, 2016
1 parent 07b61a6 commit fb67528
Show file tree
Hide file tree
Showing 3 changed files with 4,049 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: node_js
node_js:
- "6"
node_js: [ 6 ]
cache:
directories:
- node_modules
directories: [ node_modules ]
before_deploy: >
node -e 'require("fs").writeFileSync("package.json", JSON.stringify(Object.assign(require("./package"), {version: process.env.TRAVIS_TAG})))'
deploy:
provider: npm
email: "bsideup@gmail.com"
skip_cleanup: true
api_key:
secure: bpZJzciIWGkOvssbAbrFj3EtMYTaomnd1uIkfZ88papRjWsCEO+QAvoKxMnIDsmGV7gwUGF2NW+uyzILU6TbZqyFmgFVmx49Wg0yVLPVIdBazQICEF2V/YEmZ8oeBYbV0ViksAbllfiffOYXevwZQVGaXZ2KZFMXcv/gFSqgcP5nT4uu1ijB+4Hy1mdlplnoWKhGO6rUHupyz7+ibFr6GGwuDHsxokzPFri9hzrXkO9xJ5g5fx/TFzWmIm8SUocJv92phJz4Cu7vpGppunO3XGCTm9wsHOhstwmYWZ6Da3qxpIW4kJk+Lr7hPvwGmgeblv6YfdGI/P7BaZ3gdBuaXTqie91IPnPGdwO2+yVXxoLByYOwEXkXoFbDebeNqD6E1rHcH2bTaPVrQNVam/lxyIrKFAkLBF0SMV42k2bhWvwmy+wc9ICxroq0uSylzmJ44hrEQpj1yAhestZId/R9ck9rXiwTCt2UMCXm13kUh/a4vrelFj5l9HKRBypv1hFK/t5I8GU5J6ihVWVJbZ/tq9MDuXIpAy93j47ZJb3QsqO/zPbGB+OS+25bit9HfI6l5kkvcCGqlRUwlXKdgaREtY5naGbidEbv8TVuhNg3ca1XVHLSR0VZ/OWPt3GWrDbsDECc50gICzJ9OF9Fv6Z/UyTmUeLykG+1qN0ydvqECGI=
on:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rx-connect",
"version": "0.3.0",
"version": "0.0.0",
"description": "Connect React components to Redux store with RxJS-based HOC",
"main": "./lib/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit fb67528

Please sign in to comment.