@berlysia/create-app
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "@berlysia/create-app", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "", | ||
@@ -12,4 +12,8 @@ "main": "index.js", | ||
}, | ||
"files": [ | ||
"templates", | ||
"index.js" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "echo 'test me please'", | ||
"lint": "run-p lint:*", | ||
@@ -16,0 +20,0 @@ "lint:eslint": "eslint '**/*.{js,ts,jsx,tsx}'", |
# create-app | ||
``` | ||
$ npm init @berlysia/app | ||
``` | ||
OR | ||
``` | ||
$ yarn create @berlysia/app | ||
``` |
{ | ||
"scripts": { | ||
"test": "echo 'test me please'", | ||
"lint": "run-p lint:*", | ||
@@ -12,9 +13,9 @@ "lint:eslint": "eslint '**/*.{js,ts,jsx,tsx}'", | ||
"devDependencies": { | ||
"@berlysia/eslint-config": "^2.1.0", | ||
"eslint": "^7.26.0", | ||
"husky": "^6.0.0", | ||
"lint-staged": "^11.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.2.1" | ||
"@berlysia/eslint-config": "*", | ||
"eslint": "*", | ||
"husky": "*", | ||
"lint-staged": "*", | ||
"npm-run-all": "*", | ||
"prettier": "*" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
12
4742
12
50