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 b4e5c1d commit 2a33562Copy full SHA for 2a33562
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aureooms-js-collections-deque",
3
- "description": "Python's deque for JavaScript",
+ "description": "Python's deque data structure for JavaScript",
4
"version": "2.0.0",
5
"author": "Aurélien Ooms <[email protected]>",
6
"ava": {
@@ -26,7 +26,7 @@
26
"aureooms-js-collections": "^2.0.0"
27
},
28
"devDependencies": {
29
- "aureooms-js-itertools": "^3.1.0"
+ "aureooms-js-itertools": "^3.1.0",
30
"ava": "^0.16.0",
31
"babel-cli": "^6.18.0",
32
"babel-polyfill": "^6.16.0",
0 commit comments