Comparing version 1.5.2 to 1.5.3
@@ -11,3 +11,3 @@ ## Contributing | ||
proposals | ||
- [GitHub's issue tracker](https://github.com/sverweij/mscgenjs-core/issues) | ||
- [GitHub's issue tracker](https://github.com/mscgenjs/mscgenjs-core/issues) | ||
is the easiest way to submit them. | ||
@@ -36,3 +36,3 @@ - We prefer bug reports in **_steps taken_ - _expected_ - _found_** format. | ||
Contact @SanderSpeaks on Twitter, or leave an | ||
[issue](https://github.com/sverweij/mscgenjs-core/issues/new) on GitHub | ||
[issue](https://github.com/mscgenjs/mscgenjs-core/issues/new) on GitHub | ||
- mscgenjs-core is released with a [code of conduct](CODE_OF_CONDUCT.md), adapted | ||
@@ -39,0 +39,0 @@ from the [contributor covenant](http://contributor-covenant.org/). |
@@ -100,3 +100,3 @@ /* istanbul ignore else */ | ||
* | ||
* https://github.com/sverweij/mscgenjs-core/blob/master/parse/README.md#the-abstract-syntax-tree | ||
* https://github.com/mscgenjs/mscgenjs-core/blob/master/parse/README.md#the-abstract-syntax-tree | ||
* | ||
@@ -103,0 +103,0 @@ * @param {string} pLanguage the language to get a parser for |
@@ -93,3 +93,3 @@ /* istanbul ignore else */ | ||
version: "1.5.2", | ||
version: "1.5.3", | ||
@@ -96,0 +96,0 @@ getAllowedValues: function() { |
{ | ||
"name": "mscgenjs", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Implementation of MscGen in JavaScript", | ||
@@ -13,10 +13,10 @@ "main": "index.js", | ||
"chai-xml": "0.3.1", | ||
"eslint": "3.7.0", | ||
"eslint": "3.7.1", | ||
"istanbul": "0.4.5", | ||
"js-makedepend": "1.0.4", | ||
"jsdom": "9.5.0", | ||
"lodash-cli": "4.16.2", | ||
"js-makedepend": "1.0.5", | ||
"jsdom": "9.6.0", | ||
"lodash-cli": "4.16.4", | ||
"mocha": "3.1.0", | ||
"npm-check-updates": "2.8.0", | ||
"nsp": "2.6.1", | ||
"npm-check-updates": "2.8.4", | ||
"nsp": "2.6.2", | ||
"pegjs": "0.10.0", | ||
@@ -35,3 +35,3 @@ "plato": "1.7.0" | ||
"type": "git", | ||
"url": "https://github.com/sverweij/mscgenjs-core" | ||
"url": "https://github.com/mscgenjs/mscgenjs-core" | ||
}, | ||
@@ -51,5 +51,5 @@ "author": "Sander Verweij", | ||
"bugs": { | ||
"url": "https://github.com/sverweij/mscgenjs-core/issues" | ||
"url": "https://github.com/mscgenjs/mscgenjs-core/issues" | ||
}, | ||
"homepage": "https://github.com/sverweij/mscgenjs-core" | ||
"homepage": "https://github.com/mscgenjs/mscgenjs-core" | ||
} |
@@ -41,3 +41,3 @@ # mscgen_js - core package | ||
[npm module](https://www.npmjs.com/package/mscgenjs) | ||
(repo: [sverweij/mscgenjs-core](https://github.com/sverweij/mscgenjs-core)). | ||
(repo: [mscgenjs/mscgenjs-core](https://github.com/mscgenjs/mscgenjs-core)). | ||
@@ -232,3 +232,3 @@ ```javascript | ||
[![Dependency Status][david.mscgenjs.badge]][david.mscgenjs] | ||
[![devDependencies Status](https://david-dm.org/sverweij/mscgenjs-core/dev-status.svg)](https://david-dm.org/sverweij/mscgenjs-core?type=dev) | ||
[![devDependencies Status](https://david-dm.org/mscgenjs/mscgenjs-core/dev-status.svg)](https://david-dm.org/mscgenjs/mscgenjs-core?type=dev) | ||
[![npm stable version](https://img.shields.io/npm/v/mscgenjs.svg)](https://npmjs.com/package/mscgenjs) | ||
@@ -240,6 +240,6 @@ [![total downloads on npm](https://img.shields.io/npm/dt/mscgenjs.svg)](https://npmjs.com/package/mscgenjs) | ||
[atom]: https://atom.io | ||
[bithound.mscgenjs]: https://www.bithound.io/github/sverweij/mscgenjs-core | ||
[bithound.mscgenjs.badge]: https://www.bithound.io/github/sverweij/mscgenjs-core/badges/score.svg | ||
[david.mscgenjs]: https://david-dm.org/sverweij/mscgenjs-core | ||
[david.mscgenjs.badge]: https://david-dm.org/sverweij/mscgenjs-core.svg | ||
[bithound.mscgenjs]: https://www.bithound.io/github/mscgenjs/mscgenjs-core | ||
[bithound.mscgenjs.badge]: https://www.bithound.io/github/mscgenjs/mscgenjs-core/badges/score.svg | ||
[david.mscgenjs]: https://david-dm.org/mscgenjs/mscgenjs-core | ||
[david.mscgenjs.badge]: https://david-dm.org/mscgenjs/mscgenjs-core.svg | ||
[jsdom]: https://github.com/tmpvar/jsdom | ||
@@ -256,3 +256,3 @@ [jsdom.author]: http://tmpvar.com/ | ||
[mscgenjs.cli]: https://www.npmjs.com/package/mscgenjs-cli | ||
[mscgenjs.cli.source]: https://github.com/sverweij/mscgenjs-cli | ||
[mscgenjs.cli.source]: https://github.com/mscgenjs/mscgenjs-cli | ||
[mscgenjs.docbuild]: doc/build.md | ||
@@ -267,6 +267,6 @@ [mscgenjs.docsource]: doc/README.md | ||
[mscgenjs.interpreter.source.render]: https://github.com/sverweij/mscgen_js/blob/master/src/script/interpreter/uistate.js#L260 | ||
[mscgenjs.issues.compliance]: https://github.com/sverweij/mscgenjs-core/labels/compliance | ||
[mscgenjs.unit]: https://github.com/sverweij/mscgenjs-core/tree/master/test | ||
[mscgenjs.unit.parse]: https://github.com/sverweij/mscgenjs-core/blob/master/test/parse/t_mscgenparser_node.js | ||
[mscgenjs.unit.render]: https://github.com/sverweij/mscgenjs-core/blob/master/test/render/graphics/t_renderast.js | ||
[mscgenjs.issues.compliance]: https://github.com/mscgenjs/mscgenjs-core/labels/compliance | ||
[mscgenjs.unit]: https://github.com/mscgenjs/mscgenjs-core/tree/master/test | ||
[mscgenjs.unit.parse]: https://github.com/mscgenjs/mscgenjs-core/blob/master/test/parse/t_mscgenparser_node.js | ||
[mscgenjs.unit.render]: https://github.com/mscgenjs/mscgenjs-core/blob/master/test/render/graphics/t_renderast.js | ||
[mscgenjs.license]: LICENSE.md | ||
@@ -280,4 +280,4 @@ [mscgenjs.doc.msgenny]: doc/msgenny.md | ||
[requirejs.license]: doc/licenses/license.requirejs.md | ||
[travis.mscgenjs]: https://travis-ci.org/sverweij/mscgenjs-core | ||
[travis.mscgenjs.badge]: https://travis-ci.org/sverweij/mscgenjs-core.svg?branch=master | ||
[travis.mscgenjs]: https://travis-ci.org/mscgenjs/mscgenjs-core | ||
[travis.mscgenjs.badge]: https://travis-ci.org/mscgenjs/mscgenjs-core.svg?branch=master | ||
[21]: doc/licenses/license.mocha.md | ||
@@ -284,0 +284,0 @@ [22]: doc/licenses/license.eslint.md |
@@ -235,3 +235,4 @@ /* istanbul ignore else */ | ||
width: pCanvas.width.toString(), | ||
height: pCanvas.height.toString() | ||
height: pCanvas.height.toString(), | ||
viewBox: "0 0 " + pCanvas.width.toString() + " " + pCanvas.height.toString() | ||
}); | ||
@@ -238,0 +239,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1596478
28162