Skip to content

Commit 5f0d571

Browse files
author
Matt Raible
committed
Release 2.0.0
1 parent 00d5cd0 commit 5f0d571

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

angular-crud/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-crud/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-crud",
3-
"version": "1.0.0",
4-
"description": "Generating CRUD applications with Angular, the CLI, and Schematics",
3+
"version": "2.0.0",
4+
"description": "Generate CRUD applications with Angular, the CLI, and Schematics",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",
77
"test": "npm run build && jasmine src/**/*_spec.js",
@@ -11,7 +11,9 @@
1111
"schematics",
1212
"Angular",
1313
"CRUD",
14-
"generate"
14+
"generate",
15+
"bootstrap",
16+
"material"
1517
],
1618
"author": "Manfred Steyer",
1719
"license": "MIT",

0 commit comments

Comments
 (0)