Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed May 12, 2024
1 parent 8256509 commit 7d846c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 8 additions & 6 deletions jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
".": "./mod.ts",
"./inspect": "./inspect/node.mjs"
},
"include": [
"src/",
"inspect/node.mjs",
"index.d.ts",
"mod.ts"
]
"publish": {
"include": [
"src",
"inspect/node.mjs",
"index.d.ts",
"mod.ts"
]
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
"refresh": "yarn run clean && yarn run build && yarn run docs",
"setup-test-browser": "http-server docs/test -p 8000 > /dev/null 2>&1 &",
"test": "mocha test/*.js",
"test-browser": "nightwatch -e chrome,chrome_old,firefox,firefox_old,firefox_esr,safari,safari_old",
"version": "NPM_VERSION_SCRIPT=1 yarn run refresh"
"test-browser": "nightwatch -e chrome,chrome_old,firefox,firefox_old,firefox_esr,safari,safari_old"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
Expand Down

0 comments on commit 7d846c3

Please sign in to comment.