Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Oct 17, 2021
1 parent e99f677 commit 7b82be4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@author.io/shell",
"version": "1.8.11",
"version": "1.8.12",
"description": "A micro-framework for creating CLI-like experiences. This supports Node.js and browsers.",
"main": "src/index.js",
"main": "./src/index.js",
"module": "index.js",
"exports": {
".": {
"import": "./index.js"
}
},
"browser": "./index.js",
"scripts": {
"start": "dev workspace",
"test": "npm run test:node && npm run test:deno && npm run test:browser && npm run report:syntax && npm run report:size",
Expand Down Expand Up @@ -94,7 +101,7 @@
]
},
"devDependencies": {
"@author.io/arg": "^1.3.16",
"@author.io/arg": "^1.3.17",
"@author.io/dev": "^1.1.5",
"@author.io/table": "^1.0.3"
}
Expand Down

0 comments on commit 7b82be4

Please sign in to comment.