Skip to content

Commit 46f5046

Browse files
committed
fix(publish): move release config over to package.json
1 parent 50d941d commit 46f5046

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.npmrc

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,12 @@
5757
},
5858
"peerDependencies": {
5959
"tslint": "^5.9.1"
60+
},
61+
"release": {
62+
"publish": [{
63+
"path": "@semantic-release/npm",
64+
"npmPublish": true,
65+
"pkgRoot": "dist"
66+
}]
6067
}
6168
}

0 commit comments

Comments
 (0)