Skip to content

Commit

Permalink
feature: test github publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikexfreeze committed Apr 27, 2023
1 parent f69a266 commit dbc34f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slide-verify",
"version": "1.0.8",
"version": "1.0.9",
"description": "front-end slide verify",
"main": "dist/slide-verify.js",
"types": "dist/slide-verify.d.ts",
Expand All @@ -10,7 +10,7 @@
"demo": "webpack --config build/build.demo.js",
"distdemo": "npm run dist && webpack --config build/build.demo.js",
"declar": "node ./node_modules/typescript/bin/tsc src/slide-verify.ts --allowJs --declaration --emitDeclarationOnly --out dist/slide-verify.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"info: no test specified\" && exit 0"
},
"browserslist": [
"last 1 version",
Expand Down

0 comments on commit dbc34f0

Please sign in to comment.