create-goji-app
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -19,3 +19,3 @@ "use strict"; | ||
}); | ||
exports.generateProject = (projectName, sourcePath, destPath) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { | ||
const generateProject = (projectName, sourcePath, destPath) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { | ||
var e_1, _a; | ||
@@ -41,2 +41,3 @@ try { | ||
}); | ||
exports.generateProject = generateProject; | ||
//# sourceMappingURL=generator.js.map |
{ | ||
"name": "create-goji-app", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "Create GojiJS App", | ||
@@ -18,19 +18,4 @@ "main": "index.js", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs", | ||
"prepublishOnly": "npm run build", | ||
"lint": "eslint --ext .js,.ts,.jsx,.tsx .", | ||
"test": "jest --passWithNoTests" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"jest": { | ||
"testMatch": [ | ||
"**/src/**/?(*.)+(spec|test).[jt]s?(x)" | ||
], | ||
"cacheDirectory": "/tmp/.cache/jest", | ||
"collectCoverage": true, | ||
"collectCoverageFrom": [ | ||
"./src/**/*.{js,jsx,ts,tsx}" | ||
], | ||
"transform": { | ||
"^.+\\.(j|t)sx?$": "./babel-jest.config.js" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -43,3 +28,3 @@ "chalk": "^4.1.0", | ||
}, | ||
"gitHead": "c484ccc0b7a212f880542b2bbceb4e9c77e009e5" | ||
"gitHead": "1e4d7ce02fb55745406d141f2cd2c919ceccbc15" | ||
} |
@@ -11,6 +11,4 @@ { | ||
"typecheck": "tsc", | ||
"test": "npm run jest && npm run typecheck", | ||
"start": "goji start", | ||
"build": "goji build", | ||
"lint": "eslint --ext .js,.ts,.jsx,.tsx ." | ||
"build": "goji build" | ||
}, | ||
@@ -17,0 +15,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
439
24342
32