Skip to content

Commit

Permalink
chore: git action is configured correctly - restore version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlden committed Oct 7, 2022
1 parent 6d48e09 commit d343a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish package to GitHub Packages
name: Publish to NPM

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"browser",
"mobile"
],
"version": "1.0.1-beta.1",
"version": "1.0.0",
"main": "dist/is-webview.js",
"module": "dist/is-webview.mjs",
"typings": "dist/is-webview.d.ts",
Expand Down

0 comments on commit d343a1f

Please sign in to comment.