2 Commits

Author SHA1 Message Date
e03deffb2d 1.0.12 2022-03-10 15:52:16 +01:00
a15810c195 fix(core): update 2022-03-10 15:52:16 +01:00
3 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartparcel",
"version": "1.0.11",
"version": "1.0.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartparcel",
"version": "1.0.11",
"version": "1.0.12",
"license": "MIT",
"dependencies": {
"@parcel/core": "^2.3.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartparcel",
"version": "1.0.11",
"version": "1.0.12",
"private": false,
"description": "a wrapper for parcel",
"main": "dist_ts/index.js",

View File

@@ -26,7 +26,8 @@ export class Parcel {
},
serveOptions: {
port: 3002
}
},
shouldAutoInstall: true
};
public entryFiles: string | string[] = plugins.path.join(process.cwd(), './html/index.html');