We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288153b commit 469612fCopy full SHA for 469612f
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "aureooms-js-collections-deque",
+ "name": "@aureooms/js-collections-deque",
3
"description": "Python's deque data structure for JavaScript",
4
"version": "3.1.0",
5
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
@@ -23,10 +23,10 @@
23
"url": "https://github.com/aureooms/js-collections-deque/issues"
24
},
25
"dependencies": {
26
- "aureooms-js-error": "^3.0.0"
+ "@aureooms/js-error": "^3.0.0"
27
28
"devDependencies": {
29
- "aureooms-js-itertools": "^3.1.0",
+ "@aureooms/js-itertools": "^3.1.0",
30
"ava": "^0.18.1",
31
"babel-cli": "^6.18.0",
32
"babel-polyfill": "^6.16.0",
0 commit comments