Skip to content

Commit

Permalink
Merge 7675313 into 9df9134
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed Jun 10, 2017
2 parents 9df9134 + 7675313 commit 068db36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .babelrc

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ node_modules
coverage
cache
test
/index.js
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@
"stream-to-array": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-plugin-transform-async-generator-functions": "^6.22.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-register": "^6.23.0",
"istanbul": "^1.1.0-alpha.1",
"koa": "^2.0.0",
"lru-cache": "^4.0.0",
"mocha": "^3.1.2",
"standard": "^8.6.0",
"supertest": "^1.1.0"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"build": "babel index.js --out-dir dist",
"prepublish": "npm run build",
"lint": "standard index.js test/**/*.js",
"test": "NODE_ENV=test mocha",
"test-cov": "NODE_ENV=test node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
Expand All @@ -40,7 +37,7 @@
},
"repository": "koajs/cash",
"license": "MIT",
"main": "dist/index.js",
"main": "index.js",
"keywords": [
"koa",
"cache",
Expand Down
1 change: 0 additions & 1 deletion test/mocha.opts

This file was deleted.

0 comments on commit 068db36

Please sign in to comment.