Skip to content

Commit

Permalink
update version of package and fix issue with ansi-regex (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell authored Oct 15, 2021
1 parent 6a55fc0 commit 6172d73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omega-edit",
"version": "1.0.0",
"version": "0.1.0",
"main": "",
"repository": {
"url": "https://github.com/scholarsmate/omega-edit",
Expand All @@ -12,6 +12,7 @@
"author": "Shane Dell, Davin Shearer, John Wass",
"license": "Apache",
"dependencies": {
"ansi-regex": "^5.0.1",
"node-gyp": "^8.2.0"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ ansi-regex@^3.0.0:
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=

ansi-regex@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==

aproba@^1.0.3:
version "1.2.0"
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
Expand Down

0 comments on commit 6172d73

Please sign in to comment.