Skip to content

Commit

Permalink
Pulish alpha 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Jan 22, 2019
1 parent 8e3332c commit de063a2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "tslint -c ./tslint.json --project ./tsconfig.json --format stylish",
"clean": "node script/cleanup",
"compile": "npm run clean && jest && lerna run compile",
"canary": "npm run compile && lerna publish -c --exact --yes && npm run clean",
"canary": "npm run compile && lerna publish --exact --dist-tag next && npm run clean",
"publish": "npm run compile && lerna publish && npm run clean"
},
"author": "Ketut Sandiarsa",
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"homepage": "https://github.com/ktutnik/plumier",
"publishConfig": {
"access": "public"
}
},
"gitHead": "8e3332c80ad9d667048b06239e1b1f1a3fe8418e"
}
3 changes: 2 additions & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"homepage": "https://github.com/ktutnik/plumier",
"publishConfig": {
"access": "public"
}
},
"gitHead": "8e3332c80ad9d667048b06239e1b1f1a3fe8418e"
}
3 changes: 2 additions & 1 deletion packages/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"homepage": "https://github.com/ktutnik/plumier",
"publishConfig": {
"access": "public"
}
},
"gitHead": "8e3332c80ad9d667048b06239e1b1f1a3fe8418e"
}
3 changes: 2 additions & 1 deletion packages/plumier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
"homepage": "https://github.com/ktutnik/plumier",
"publishConfig": {
"access": "public"
}
},
"gitHead": "8e3332c80ad9d667048b06239e1b1f1a3fe8418e"
}
3 changes: 2 additions & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"homepage": "https://github.com/ktutnik/plumier",
"publishConfig": {
"access": "public"
}
},
"gitHead": "8e3332c80ad9d667048b06239e1b1f1a3fe8418e"
}

0 comments on commit de063a2

Please sign in to comment.