We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212aa7e commit ae07422Copy full SHA for ae07422
1 file changed
package.json
@@ -1,12 +1,15 @@
1
{
2
- "name": "epicurus-node",
3
- "version": "0.3.1",
+ "name": "@contentstack/epicurus-node",
+ "version": "0.3.2",
4
"description": "Redis request/response and PubSub sugar",
5
"main": "js/index.js",
6
"types": "js/index.d.ts",
7
"files": [
8
"js/"
9
],
10
+ "publishConfig": {
11
+ "registry": "https://npm.pkg.github.com"
12
+ },
13
"scripts": {
14
"prepublish": "npm run lint && rm -rf js/* && tsc --sourcemap -p ts/",
15
"lint": "tslint 'ts/**/*.ts'",
@@ -15,7 +18,7 @@
18
},
16
19
"repository": {
17
20
"type": "git",
- "url": "git+https://github.com/ABXTrading/epicurus-node.git"
21
+ "url": "git+https://github.com/contentstack/epicurus-node.git"
22
23
"keywords": [
24
"Redis"
0 commit comments