Skip to content

Commit ae07422

Browse files
AUTH-75 | Upgrade minor version
1 parent 212aa7e commit ae07422

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
2-
"name": "epicurus-node",
3-
"version": "0.3.1",
2+
"name": "@contentstack/epicurus-node",
3+
"version": "0.3.2",
44
"description": "Redis request/response and PubSub sugar",
55
"main": "js/index.js",
66
"types": "js/index.d.ts",
77
"files": [
88
"js/"
99
],
10+
"publishConfig": {
11+
"registry": "https://npm.pkg.github.com"
12+
},
1013
"scripts": {
1114
"prepublish": "npm run lint && rm -rf js/* && tsc --sourcemap -p ts/",
1215
"lint": "tslint 'ts/**/*.ts'",
@@ -15,7 +18,7 @@
1518
},
1619
"repository": {
1720
"type": "git",
18-
"url": "git+https://github.com/ABXTrading/epicurus-node.git"
21+
"url": "git+https://github.com/contentstack/epicurus-node.git"
1922
},
2023
"keywords": [
2124
"Redis"

0 commit comments

Comments
 (0)