We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533246e commit 24a74f7Copy full SHA for 24a74f7
.circleci/config.yml
@@ -68,4 +68,3 @@ jobs:
68
- checkout
69
- run: npm install
70
- run: npm run compile
71
- - run: npx semantic-release
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yes-https",
3
- "version": "0.0.4",
+ "version": "0.0.0",
4
"description": "A simple utility to force https for connect based node.js apps.",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments