Compare commits

..

4 Commits

Author SHA1 Message Date
501a7417ba 1.0.72 2020-07-07 20:41:00 +00:00
31a9249e0b fix(core): update 2020-07-07 20:40:59 +00:00
9367ad2e05 1.0.71 2020-07-07 19:11:18 +00:00
8676f97843 fix(core): update 2020-07-07 19:11:18 +00:00
2 changed files with 7 additions and 8 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@gitzone/tsbundle", "name": "@gitzone/tsbundle",
"version": "1.0.70", "version": "1.0.72",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -1743,9 +1743,9 @@
} }
}, },
"@pushrocks/smartparcel": { "@pushrocks/smartparcel": {
"version": "1.0.3", "version": "1.0.4",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.3.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparcel/-/smartparcel-1.0.4.tgz",
"integrity": "sha512-WKX2L04neVzyFacgKB/yuuUwd1oMoXTim4JO+HnaIXdCpYynvnXJ/LNS007V3+v8JO7hhAUATiAZhRdVSf4aXw==", "integrity": "sha512-0Ox/55sZnBipI9WytYY3qsj2FzDIYZue4XUZOwU46pY7SJKPY+X744Ec5wnB9CbxuvUb0Kc/Qzi7qmNr/w/0xA==",
"requires": { "requires": {
"@pushrocks/smartpath": "^4.0.3", "@pushrocks/smartpath": "^4.0.3",
"@types/parcel-bundler": "^1.12.1", "@types/parcel-bundler": "^1.12.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@gitzone/tsbundle", "name": "@gitzone/tsbundle",
"version": "1.0.70", "version": "1.0.72",
"private": false, "private": false,
"description": "a bundler using rollup for painless bundling of web projects", "description": "a bundler using rollup for painless bundling of web projects",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -9,8 +9,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "cd test && node ../cli.ts.js --production", "test": "cd test && node ../cli.ts.js --production",
"build": "(tsbuild)", "build": "(tsbuild --web)"
"format": "(gitzone format)"
}, },
"bin": { "bin": {
"tsbundle": "cli.js" "tsbundle": "cli.js"
@ -35,7 +34,7 @@
"@pushrocks/smartfile": "^7.0.12", "@pushrocks/smartfile": "^7.0.12",
"@pushrocks/smartlog": "^2.0.35", "@pushrocks/smartlog": "^2.0.35",
"@pushrocks/smartlog-destination-local": "^8.0.8", "@pushrocks/smartlog-destination-local": "^8.0.8",
"@pushrocks/smartparcel": "^1.0.3", "@pushrocks/smartparcel": "^1.0.4",
"@rollup/plugin-commonjs": "^12.0.0", "@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.3", "@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^8.0.0", "@rollup/plugin-node-resolve": "^8.0.0",