mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
Update package.mustache
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"typings": "./dist/index.d.ts",
|
"typings": "./dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --outDir ./dist/",
|
"build": "tsc --outDir ./dist",
|
||||||
"prepare": "npm run build"
|
"prepare": "npm run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -35,10 +35,5 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^12.11.5",
|
"@types/node": "^12.11.5",
|
||||||
"typescript": "^4.0"
|
"typescript": "^4.0"
|
||||||
}{{#npmRepository}},{{/npmRepository}}
|
|
||||||
{{#npmRepository}}
|
|
||||||
"publishConfig": {
|
|
||||||
"registry": "{{npmRepository}}"
|
|
||||||
}
|
}
|
||||||
{{/npmRepository}}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user