Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
excitement-engineer committed May 13, 2018
1 parent fba8340 commit 46c9c11
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
{
"name": "graphql-relay-node",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simplify managing global ids used in graphql-relay",
"main": "index.js",
"scripts": {
"flow": "flow",
"build":
"npm run build:babel && npm run build:flow && npm run build:package-json",
"build": "npm run build:babel && npm run build:flow && npm run build:package-json",
"build:babel": "babel src/index.js --out-file index.js",
"build:package-json": "node ./resources/clean-package-json.js",
"build:flow": "cp src/index.js index.js.flow",
"test": "jest",
"ci": "npm run flow check && npm t",
"prepublishOnly": ". ./resources/prepublish.sh"
},
"keywords": ["graphql", "graphql-relay"],
"keywords": [
"graphql",
"graphql-relay"
],
"author": "Dirk-Jan Rutten",
"license": "MIT",
"files": ["index.js", "index.js.flow", "README.md"],
"files": [
"index.js",
"index.js.flow",
"README.md"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^22.4.3",
Expand Down

0 comments on commit 46c9c11

Please sign in to comment.