mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-24 16:37:26 +00:00
Bumps [@schematics/angular](https://github.com/angular/angular-cli) from 7.3.9 to 11.2.8. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/compare/v7.3.9...v11.2.8) Signed-off-by: dependabot[bot] <support@github.com>
25 lines
623 B
JSON
25 lines
623 B
JSON
{
|
|
"name": "jo",
|
|
"version": "0.0.0",
|
|
"description": "A blank schematics",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"build:watch": "tsc -p tsconfig.json --watch",
|
|
"test": "npm run build && jasmine src/**/*_spec.js"
|
|
},
|
|
"keywords": [
|
|
"schematics"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"schematics": "./src/collection.json",
|
|
"devDependencies": {
|
|
"@angular-devkit/core": "^11.2.8",
|
|
"@angular-devkit/schematics": "^11.2.8",
|
|
"@schematics/angular": "^11.2.8",
|
|
"@types/jasmine": "^3.6.9",
|
|
"@types/node": "^8.0.31",
|
|
"jasmine": "^3.7.0",
|
|
"typescript": "~3.2.2"
|
|
}
|
|
}
|