Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Oct 19, 2018
1 parent 730f967 commit 8ce02ad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
.idea/
node_modules/
coverage/
package-lock.json
*/**/*.log
20 changes: 10 additions & 10 deletions .travis.yml
@@ -1,13 +1,13 @@
language: node_js
matrix:
include:
- node_js: "0.10"
script: "npm test"
- node_js: "0.12"
script: "npm test"
- node_js: "4"
script: "npm run travis"
- node_js: "6"
script: "npm run travis"
- node_js: "8"
script: "npm run travis"
- node_js: "0.12"
script: "npm test"
- node_js: "4"
script: "npm test"
- node_js: "6"
script: "npm run travis"
- node_js: "8"
script: "npm run travis"
- node_js: "10"
script: "npm run travis"
12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "manakin",
"version": "0.5.1",
"version": "0.5.2",
"description": "Prime colors for your console",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,13 +32,13 @@
},
"license": "MIT",
"engines": {
"node": ">=0.10",
"node": ">=0.12",
"npm": ">=1.4"
},
"devDependencies": {
"coveralls": "~2.13.1",
"eslint": "~4.4.1",
"istanbul": "~0.4.5",
"jasmine-node": "~1.14.5"
"coveralls": "3.0.2",
"eslint": "5.7.0",
"istanbul": "0.4.5",
"jasmine-node": "1.16.2"
}
}

0 comments on commit 8ce02ad

Please sign in to comment.