cytoscape-euler
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "cytoscape-euler", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A fast, high-quality force-directed (physics simulation) layout for Cytoscape.js", | ||
"main": "cytoscape-euler.js", | ||
"scripts": { | ||
"postpublish": "run-s gh-pages:demo gh-pages:deploy gh-pages:clean", | ||
"gh-pages:demo": "cpy demo.html . --rename=index.html", | ||
"gh-pages:deploy": "gh-pages -d .", | ||
"gh-pages:clean": "rimraf index.html", | ||
"copyright": "update license", | ||
"lint": "eslint src", | ||
"build": "cross-env NODE_ENV=production webpack", | ||
"build:min": "cross-env NODE_ENV=production MIN=true webpack", | ||
"build:release": "run-s build copyright", | ||
"watch": "webpack --progress --watch", | ||
@@ -32,3 +38,10 @@ "dev": "webpack-dev-server --open", | ||
"camelcase": "^4.1.0", | ||
"cpy-cli": "^1.0.1", | ||
"cross-env": "^5.0.0", | ||
"eslint": "^4.15.0", | ||
"gh-pages": "^1.0.0", | ||
"npm-run-all": "^4.1.2", | ||
"rimraf": "^2.6.2", | ||
"update": "^0.7.4", | ||
"updater-license": "^1.0.0", | ||
"webpack": "^2.6.1", | ||
@@ -35,0 +48,0 @@ "webpack-dev-server": "^2.4.5" |
@@ -9,3 +9,3 @@ # cytoscape-euler | ||
Euler is a fast, high-quality force-directed (physics simulation) layout for Cytoscape.js | ||
Euler is a fast, high-quality force-directed (physics simulation) layout for Cytoscape.js ([demo](https://cytoscape.github.io/cytoscape.js-euler)) | ||
@@ -28,2 +28,3 @@ | ||
ES import: | ||
```js | ||
@@ -37,2 +38,3 @@ import cytoscape from 'cytoscape'; | ||
CommonJS: | ||
```js | ||
@@ -46,2 +48,3 @@ let cytoscape = require('cytoscape'); | ||
AMD: | ||
```js | ||
@@ -173,3 +176,3 @@ require(['cytoscape', 'cytoscape-euler'], function( cytoscape, euler ){ | ||
1. Build the extension : `npm run build` | ||
1. Build the extension : `npm run build:release` | ||
1. Commit the build : `git commit -am "Build for release"` | ||
@@ -180,2 +183,2 @@ 1. Bump the version number and tag: `npm version major|minor|patch` | ||
1. If publishing to bower for the first time, you'll need to run `bower register cytoscape-euler https://github.com/cytoscape/cytoscape.js-euler.git` | ||
1. Make a release on GitHub to automatically register a new Zenodo DOI | ||
1. [Make a release on GitHub](https://github.com/cytoscape/cytoscape.js-euler/releases/new) to automatically register a new Zenodo DOI |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
713585
179
14
35