Skip to content

Commit 9dff45a

Browse files
committed
Release v1.0.0
1 parent f1528cd commit 9dff45a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @yepcode/maintainers

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Publish package on NPM 📦
1919
run: npm publish --access public
2020
env:
21-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
21+
NODE_AUTH_TOKEN: ${{ secrets.PUBLIC_YEPCODE_NPM_AUTH_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-yepcode",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Custom n8n node module for YepCode",
55
"keywords": [
66
"n8n",
@@ -35,7 +35,7 @@
3535
"format": "prettier nodes credentials --write",
3636
"lint": "eslint nodes credentials package.json",
3737
"lintfix": "eslint nodes credentials package.json --fix",
38-
"prepublishOnly": "npm build && npm lint -c .eslintrc.prepublish.js nodes credentials package.json"
38+
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
3939
},
4040
"files": [
4141
"dist"

0 commit comments

Comments
 (0)