|
1 | 1 | { |
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]", |
5 | 5 | "license": "MIT", |
6 | 6 | "main": "./lib/index-newcrom.js", |
7 | 7 | "types": "./lib/index-newcrom.d.ts", |
8 | 8 | "webpack": "./lib/index-newcrom.js", |
9 | 9 | "repository": { |
10 | 10 | "type": "git", |
11 | | - "url": "https://github.com/plotly/plotly.js.git" |
| 11 | + "url": "https://github.com/newcrom/plotly.js.git" |
12 | 12 | }, |
13 | 13 | "bugs": { |
14 | | - "url": "https://github.com/plotly/plotly.js/issues" |
| 14 | + "url": "https://github.com/newcrom/plotly.js/issues" |
15 | 15 | }, |
16 | | - "author": "Plotly, Inc.", |
| 16 | + "author": "Newcrom", |
17 | 17 | "keywords": [ |
18 | 18 | "graphing", |
19 | 19 | "plotting", |
|
63 | 63 | "preversion": "check-node-version --node 16 --npm 8 && npm-link-check && npm ls --prod --all", |
64 | 64 | "version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js", |
65 | 65 | "postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"", |
66 | | - "postpublish": "node tasks/sync_packages.js", |
67 | 66 | "postshrinkwrap": "chttps .", |
68 | 67 | "prepare": "npm run create-newcrom-bundle" |
69 | 68 | }, |
|
0 commit comments