Skip to content

Commit

Permalink
Modernized
Browse files Browse the repository at this point in the history
  • Loading branch information
alexindigo committed Nov 27, 2018
1 parent c96245f commit 06612f3
Show file tree
Hide file tree
Showing 4 changed files with 1,266 additions and 500 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- "6"
- "8"
- "10"
- "11"

os:
- osx
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ environment:
- nodejs_version: '6'
- nodejs_version: '8'
- nodejs_version: '10'
- nodejs_version: '11'
platform:
- x86
- x64
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"url": "https://github.com/alexindigo/deeply/issues"
},
"devDependencies": {
"browserify": "^16.2.2",
"browserify": "^16.2.3",
"browserify-istanbul": "^3.0.1",
"coveralls": "^3.0.2",
"eslint": "^5.3.0",
"eslint": "^5.9.0",
"istanbul": "^0.4.5",
"lodash.partialright": "^4.2.1",
"nyc": "^12.0.2",
"nyc": "^13.1.0",
"obake": "^0.1.2",
"phantomjs-prebuilt": "^2.1.12",
"pre-commit": "^1.1.3",
Expand Down
Loading

0 comments on commit 06612f3

Please sign in to comment.