Skip to content

Commit 439a490

Browse files
committed
Changed package name and version
1 parent c609380 commit 439a490

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
{
2-
"name": "es6-data-structures",
3-
"version": "1.0.0-pre-alpha-4",
2+
"name": "@js-labs/data-structures",
3+
"version": "1.0.0-pre-alpha-5",
44
"description":
55
"There are neither a lot of resources on internet nor any book which guides and dictates best practices in the implementation of popular Data Structures using Javascript. The purpose of this library is to provide cooked implementation of populare data structures in javascript.",
66
"main": "index.js",

0 commit comments

Comments
 (0)