Skip to content

Commit

Permalink
Prep 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmo committed Jul 25, 2017
1 parent e2672b2 commit db229fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ language:
node_js:
- "stable"

install:
- npm install

script:
- npm run build
- npm run test
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": "@steelbreeze/graph",
"version": "1.0.3",
"version": "1.0.4",
"description": "Graph libraries for TypeScript and JavaScript",
"main": "./lib/node/index.js",
"typings": "./lib/node/index.d.ts",
Expand Down

0 comments on commit db229fb

Please sign in to comment.