Skip to content

Commit a22e323

Browse files
authored
Merge pull request #5 from newcrom/T2295
plotly#2295: Front: Prepare package for publication
2 parents 8547aee + 58fa858 commit a22e323

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "plotly.js-newcrom",
3-
"version": "2.27.1-1",
4-
"description": "The open source javascript graphing library that powers plotly",
2+
"name": "@newcrom/plotly.js",
3+
"version": "0.1.7",
4+
"description": "Forked version of plotly.js with some hacks for use in Newcrom's products. The version is based on plotly[email protected]",
55
"license": "MIT",
66
"main": "./lib/index-newcrom.js",
77
"types": "./lib/index-newcrom.d.ts",
88
"webpack": "./lib/index-newcrom.js",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/plotly/plotly.js.git"
11+
"url": "https://github.com/newcrom/plotly.js.git"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/plotly/plotly.js/issues"
14+
"url": "https://github.com/newcrom/plotly.js/issues"
1515
},
16-
"author": "Plotly, Inc.",
16+
"author": "Newcrom",
1717
"keywords": [
1818
"graphing",
1919
"plotting",
@@ -63,7 +63,6 @@
6363
"preversion": "check-node-version --node 16 --npm 8 && npm-link-check && npm ls --prod --all",
6464
"version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js",
6565
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
66-
"postpublish": "node tasks/sync_packages.js",
6766
"postshrinkwrap": "chttps .",
6867
"prepare": "npm run create-newcrom-bundle"
6968
},

0 commit comments

Comments
 (0)