Skip to content

Commit

Permalink
aureooms-js-* -> @aureooms/js-*
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 16, 2017
1 parent 5179229 commit 55b3da5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aureooms-js-collections-defaultdict",
"name": "@aureooms/js-collections-defaultdict",
"description": "Python's defaultdict data structure for JavaScript",
"version": "3.0.2",
"author": "Aurélien Ooms <[email protected]>",
Expand All @@ -23,17 +23,17 @@
"url": "https://github.com/aureooms/js-collections-defaultdict/issues"
},
"dependencies": {
"aureooms-js-collections-dict": "^3.0.0",
"aureooms-js-error": "^3.0.0",
"aureooms-js-mapping": "^3.0.0"
"@aureooms/js-collections-dict": "^3.0.0",
"@aureooms/js-error": "^3.0.0",
"@aureooms/js-mapping": "^3.0.0"
},
"devDependencies": {
"aureooms-js-compare": "^1.4.5",
"aureooms-js-functools": "^2.0.3",
"aureooms-js-itertools": "^3.1.0",
"aureooms-js-number": "^3.0.0",
"aureooms-js-operator": "^1.0.2",
"aureooms-js-sort": "^7.0.0",
"@aureooms/js-compare": "^1.4.5",
"@aureooms/js-functools": "^2.0.3",
"@aureooms/js-itertools": "^3.1.0",
"@aureooms/js-number": "^3.0.0",
"@aureooms/js-operator": "^1.0.2",
"@aureooms/js-sort": "^7.0.0",
"ava": "^0.18.0",
"babel-cli": "^6.18.0",
"babel-polyfill": "^6.16.0",
Expand Down

0 comments on commit 55b3da5

Please sign in to comment.