Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Aug 12, 2021
1 parent 00d5cd0 commit 5f0d571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion angular-crud/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions angular-crud/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-crud",
"version": "1.0.0",
"description": "Generating CRUD applications with Angular, the CLI, and Schematics",
"version": "2.0.0",
"description": "Generate CRUD applications with Angular, the CLI, and Schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js",
Expand All @@ -11,7 +11,9 @@
"schematics",
"Angular",
"CRUD",
"generate"
"generate",
"bootstrap",
"material"
],
"author": "Manfred Steyer",
"license": "MIT",
Expand Down

0 comments on commit 5f0d571

Please sign in to comment.