Skip to content

Commit

Permalink
Subtle fixes for package file
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Oct 25, 2016
1 parent 6cfd1a5 commit 3d44b58
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "next",
"version": "1.0.0",
"description": "Next.js is a minimalistic framework for server-rendered React applications",
"description": "Minimalistic framework for server-rendered React applications",
"main": "./dist/lib/index.js",
"homepage": "https://github.com/zeit/next.js",
"license": "MIT",
"repository": "zeit/next.js",
"files": [
Expand All @@ -19,6 +18,23 @@
"prepublish": "gulp release",
"precommit": "npm run lint"
},
"ava": {
"babel": {
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-async-to-generator",
"transform-object-rest-spread",
"transform-class-properties",
"transform-runtime"
]
}
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"babel-core": "6.17.0",
"babel-generator": "6.17.0",
Expand Down Expand Up @@ -64,22 +80,5 @@
"run-sequence": "1.2.2",
"standard": "^8.4.0",
"webpack-stream": "3.2.0"
},
"ava": {
"babel": {
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-async-to-generator",
"transform-object-rest-spread",
"transform-class-properties",
"transform-runtime"
]
}
},
"standard": {
"parser": "babel-eslint"
}
}

0 comments on commit 3d44b58

Please sign in to comment.