Skip to content

Commit a9c5101

Browse files
update version again because I forgot to build before publishing :(
1 parent 6a90b94 commit a9c5101

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-koa-shopify-auth",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "A better, simplified version of the (no longer supported) @Shopify/koa-shopify-auth middleware library. It removes the use of cookies for sessions (which greatly smooths the auth process), replaces a deprecated API call, and supports v2 of the official @shopify/shopify-api package.",
55
"author": "TheSecurityDev",
66
"license": "MIT",
@@ -25,7 +25,8 @@
2525
],
2626
"scripts": {
2727
"build": "tsc",
28-
"test": "echo \"Error: no test specified\" && exit 1"
28+
"test": "echo \"Error: no test specified\" && exit 1",
29+
"prepublish": "npm run build"
2930
},
3031
"dependencies": {},
3132
"peerDependencies": {

0 commit comments

Comments
 (0)