Skip to content

Commit 1ba3741

Browse files
author
Ricardo Fearing
committed
Update for release
1 parent 22c7c0f commit 1ba3741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rfearing/js-data-structures",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Examples of Data Structures in JavaScript",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"extends": ["tslint:recommended", "tslint-config-prettier"],
33
"rules": {
44
"prefer-for-of": false
5-
}
5+
}
66
}

0 commit comments

Comments
 (0)