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:
parent
1260642e07
commit
b942524ca1
2 changed files with 4 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue