Skip to content

Commit 03a420d

Browse files
committedMar 30, 2020
🔧 chore (build):
1 parent 7da7a46 commit 03a420d

File tree

3 files changed

+12142
-5536
lines changed

3 files changed

+12142
-5536
lines changed
 

‎.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.12.0
1+
12.16.1

‎package-lock.json

Lines changed: 12136 additions & 5531 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsa.js",
3-
"version": "0.0.0-development",
3+
"version": "1.3.11",
44
"description": "Data Structures & Algorithms in JS",
55
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",
66
"homepage": "https://github.com/amejiarosario/dsa.js",
@@ -34,8 +34,9 @@
3434
"benchmark": "2.1.4",
3535
"braces": ">=2.3.1",
3636
"commitizen": "^4.0.3",
37+
"conventional-changelog-cli": "^2.0.31",
3738
"cz-conventional-changelog": "^3.1.0",
38-
"cz-emoji": "^1.2.1",
39+
"cz-emoji": "amejiarosario/cz-emoji",
3940
"eslint": "4.19.1",
4041
"eslint-config-airbnb-base": "^13.1.0",
4142
"eslint-plugin-import": "^2.16.0",
@@ -45,8 +46,8 @@
4546
"jest": "23.6.0",
4647
"js-yaml": ">=3.13.1",
4748
"mem": ">=4.0.0",
48-
"textlint-plugin-asciidoctor": "1.0.2",
49-
"semantic-release": "^17.0.4"
49+
"semantic-release": "^17.0.4",
50+
"textlint-plugin-asciidoctor": "1.0.2"
5051
},
5152
"engines": {
5253
"node": ">=10.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.