Skip to content

Commit

Permalink
Changelog 1.0.1 :
Browse files Browse the repository at this point in the history
- update travis
- update package
  • Loading branch information
aalfiann committed Nov 3, 2019
1 parent 0a15fae commit 4100b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_js:
before_install:
- npm install -g npm@latest
install:
- npm install --only=dev
- npm install --dev
script:
- npm test
after_success: npm run coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fly-json-db",
"version": "1.0.0",
"version": "1.0.1",
"description": "NoSQL Embedded Database on top json and stream for NodeJS",
"main": "src/flyjsonstream.js",
"directories": {
Expand Down

0 comments on commit 4100b5e

Please sign in to comment.