Skip to content

Commit 6172d73

Browse files
authored
update version of package and fix issue with ansi-regex (#9)
1 parent 6a55fc0 commit 6172d73

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omega-edit",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"main": "",
55
"repository": {
66
"url": "https://github.com/scholarsmate/omega-edit",
@@ -12,6 +12,7 @@
1212
"author": "Shane Dell, Davin Shearer, John Wass",
1313
"license": "Apache",
1414
"dependencies": {
15+
"ansi-regex": "^5.0.1",
1516
"node-gyp": "^8.2.0"
1617
},
1718
"scripts": {

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ ansi-regex@^3.0.0:
6767
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
6868
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
6969

70+
ansi-regex@^5.0.1:
71+
version "5.0.1"
72+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
73+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
74+
7075
aproba@^1.0.3:
7176
version "1.2.0"
7277
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"

0 commit comments

Comments
 (0)