Skip to content

Commit

Permalink
refactor: avoid using bluebird package
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Nov 28, 2017
1 parent e0bb45c commit a508f14
Show file tree
Hide file tree
Showing 7 changed files with 238 additions and 159 deletions.
174 changes: 122 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
"build:tests": "babel tests/ --out-dir compiled_tests/ && ncp tests/helpers compiled_tests/helpers"
},
"dependencies": {
"bluebird": "^3.5.1",
"glob": "^7.1.2",
"globby": "^7.1.1",
"is-glob": "^4.0.0",
"loader-utils": "^0.2.15",
"lodash": "^4.3.0",
"minimatch": "^3.0.4"
"minimatch": "^3.0.4",
"pify": "^3.0.0",
"p-limit": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
Expand Down
Loading

0 comments on commit a508f14

Please sign in to comment.