Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Aug 3, 2021
1 parent 31b28ab commit 8747122
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"name": "@author.io/arg",
<<<<<<< HEAD
"version": "1.3.11",
"description": "An argument parser for CLI applications.",
"main": "index.js",
"scripts": {
"test": "tap --no-esm -R spec ./test/**/*.js",
"test:syntax": "standard --verbose | snazzy"
=======
"version": "1.3.12",
"version": "1.3.13",
"description": "An argument parser for CLI applications.",
"main": "src/index.js",
"exports": {
Expand All @@ -33,10 +25,7 @@
"report:size": "dev report size ./.dist/**/*.js ./.dist/**/*.js.map",
"report:compat": "dev report compatibility ./src/**/*.js",
"report:preview": "npm pack --dry-run && echo \"==============================\" && echo \"This report shows what will be published to the module registry. Pay attention to the tarball contents and assure no sensitive files will be published.\"",
"ci": "dev test --verbose --mode ci --peer -rt node tests/*.js && dev test --mode ci -rt deno tests/*.js && dev test --mode ci -rt browser tests/*.js",
"otest": "tap --no-esm -R spec ./test/**/*.js",
"otest:syntax": "standard --verbose | snazzy"
>>>>>>> 6156d56 (Now uses a regex-based parser.)
"ci": "dev test --verbose --mode ci --peer -rt node tests/*.js && dev test --mode ci -rt deno tests/*.js && dev test --mode ci -rt browser tests/*.js"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,22 +53,6 @@
],
"homepage": "https://github.com/author/arg#readme",
"devDependencies": {
<<<<<<< HEAD
"snazzy": "^8.0.0",
"standard": "^14.3.1",
"tap": "^14.10.7",
"tape": "^5.0.1"
},
"standard": {
"ignore": [
"_*",
"_**/*",
"test/**/*",
"node_modules"
],
"globals": [
"global"
=======
"@author.io/dev": "^1.1.5"
},
"dev": {
Expand All @@ -102,7 +75,6 @@
"window",
"global",
"globalThis"
>>>>>>> 6156d56 (Now uses a regex-based parser.)
]
}
}

0 comments on commit 8747122

Please sign in to comment.