We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb28bc commit 2580d10Copy full SHA for 2580d10
package.json
@@ -1,12 +1,12 @@
1
{
2
- "name": "aureooms-js-gn",
+ "name": "@aureooms/js-gn",
3
"description": "graphs and networks code bricks for JavaScript",
4
"version": "1.0.5",
5
"main": "js/dist/gn.js",
6
"dependencies": {},
7
"devDependencies": {
8
- "aureooms-js-binomial-heap": "^11.0.0",
9
- "aureooms-js-functools": "^2.0.3",
+ "@aureooms/js-binomial-heap": "^11.0.0",
+ "@aureooms/js-functools": "^2.0.3",
10
"aureooms-node-package": "^6.0.1"
11
},
12
"scripts": {
0 commit comments