Skip to content

Commit 93de802

Browse files
Merge branch 'release/0.6.0' into develop
2 parents f9272c0 + be73908 commit 93de802

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neoskop/dockerfile.js",
3-
"version": "0.5.3",
3+
"version": "0.6.0",
44
"description": "Write configurable, scriptable, reusable dockerfiles in Typescript or plain Javascript.",
55
"keywords": [
66
"docker",
@@ -28,8 +28,8 @@
2828
"test:watch": "jest --watch",
2929
"test:cov": "jest --coverage --coverage-reporters html --coverage-reporters lcov",
3030
"test:debug": "node --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBand",
31-
"publish-next": "npm run build && npm publish dist --tag next",
32-
"publish-latest-only": "npm run build && npm publish dist",
31+
"publish-next": "npm run build && (cd dist && npm publish --tag next)",
32+
"publish-latest-only": "npm run build && (cd dist && npm publish)",
3333
"publish-latest": "npm run publish-latest-only && npm dist-tag add `jq '.name' package.json -r`@`jq '.version' package.json -r` next"
3434
},
3535
"bin": {
@@ -55,4 +55,4 @@
5555
"rimraf": "3.0.2",
5656
"ts-jest": "27.1.3"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)