Skip to content

Commit 2a33562

Browse files
fix package.json
1 parent b4e5c1d commit 2a33562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aureooms-js-collections-deque",
3-
"description": "Python's deque for JavaScript",
3+
"description": "Python's deque data structure for JavaScript",
44
"version": "2.0.0",
55
"author": "Aurélien Ooms <[email protected]>",
66
"ava": {
@@ -26,7 +26,7 @@
2626
"aureooms-js-collections": "^2.0.0"
2727
},
2828
"devDependencies": {
29-
"aureooms-js-itertools": "^3.1.0"
29+
"aureooms-js-itertools": "^3.1.0",
3030
"ava": "^0.16.0",
3131
"babel-cli": "^6.18.0",
3232
"babel-polyfill": "^6.16.0",

0 commit comments

Comments
 (0)