Skip to content

Commit

Permalink
Updates the engines contraint in package.json, updates the test versi…
Browse files Browse the repository at this point in the history
…ons for travis
  • Loading branch information
mihai-vlc committed Jun 16, 2019
1 parent 78febfc commit 0258177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js

node_js:
- "8.9"
- "9"
- "10"
- "11"
- "12"

script: npm run test:verbose
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "verbal-expressions",
"description": "JavaScript Regular expressions made easy",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"regular expressions",
"regex"
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"types": "./typings/VerbalExpressions.d.ts",
"engines": {
"node": "^9.2.0"
"node": ">=9.2.0"
},
"dependencies": {}
}

0 comments on commit 0258177

Please sign in to comment.