1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-12 06:44:03 +00:00

Fix main in package.json

This commit is contained in:
Samuel Štancl 2021-02-26 15:06:03 +01:00
parent 1260642e07
commit b942524ca1
2 changed files with 4 additions and 6 deletions

View file

@ -2,7 +2,7 @@
"name": "@leanadmin/alpine-typescript",
"version": "0.1.0",
"description": "TypeScript support for Alpine.js",
"main": "src/index.js",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/LeanAdmin/alpine-typescript.git"
@ -10,10 +10,6 @@
"files": [
"src/index.ts"
],
"scripts": {
"build": "npx mix --production",
"prepublishOnly": "npm run-script build"
},
"keywords": [
"alpine",
"alpine.js",