Skip to content

Commit

Permalink
Updating package.json with email address
Browse files Browse the repository at this point in the history
  • Loading branch information
c10h22 committed Jul 19, 2015
1 parent 92a8ebf commit 9d84acf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"prepublish": "npm run check && npm run build",
"check": "npm run lint && npm test",
"lint": "eslint src",
"build-test-windows": "del /q test\\* && babel src/test --optional runtime --out-dir test",
"build": "rm -rf lib\\* && babel src --ignore test --optional runtime --out-dir lib",
"build-src-windows": "del /q lib\\* && babel src --ignore test --optional runtime --out-dir lib",
"build-test": "npm run build && rm -rf test\\* && babel src/test --optional runtime --out-dir test",
"build": "rimraf lib\\* && babel src --ignore test --optional runtime --out-dir lib",
"build-test": "npm run build && rimraf test\\* && babel src/test --optional runtime --out-dir test",
"test": "npm run build-test && mocha --require scripts/mocha-bootload test/*.test.js"
},
"repository": {
Expand All @@ -22,6 +20,7 @@
"vogels"
],
"author": "Adnene KHALFA",
"email": "adnene.khalfa@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/c10h22/graphql-vogels/issues"
Expand All @@ -41,6 +40,7 @@
"joi": "^6.5.0",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2",
"rimraf": "^2.4.1",
"vogels": "^2.0.0-rc10"
},
"dependencies": {
Expand Down

0 comments on commit 9d84acf

Please sign in to comment.