Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Apr 28, 2024
1 parent 1676145 commit f63fbfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preview-shortcut",
"description": "iOS Shortcuts cross-framework preview.",
"version": "1.1.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/electrikmilk/preview-shortcut.git"
Expand All @@ -28,8 +28,8 @@
"./dist/glyphs.css"
]
},
"main": "./dist/main.cjs.js",
"module": "./dist/main.es.js",
"main": "./dist/main.mjs",
"module": "./dist/main.mjs",
"typings": "./dist/main.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit f63fbfc

Please sign in to comment.