mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
chore(version): bump up package version
This commit is contained in:
parent
2a5d9463b1
commit
b44fe2f133
1 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "ng2-admin",
|
||||
"version": "0.9.0",
|
||||
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
||||
"version": "1.0.0",
|
||||
"description": "Angular and Bootstrap 4 Admin Template.",
|
||||
"author": "Akveo <contact@akveo.com>",
|
||||
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||
"repository": {
|
||||
|
|
@ -15,7 +15,8 @@
|
|||
"scripts": {
|
||||
"ng": "ng",
|
||||
"rimraf": "rimraf",
|
||||
"start": "ng serve --hmr",
|
||||
"start": "ng serve",
|
||||
"start:hmr": "ng serve --hmr",
|
||||
"start:aot": "ng serve --aot",
|
||||
"build": "npm run clean:dist && ng build",
|
||||
"build:prod": "npm run build -- --prod",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue