mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +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",
|
"name": "ng2-admin",
|
||||||
"version": "0.9.0",
|
"version": "1.0.0",
|
||||||
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
"description": "Angular and Bootstrap 4 Admin Template.",
|
||||||
"author": "Akveo <contact@akveo.com>",
|
"author": "Akveo <contact@akveo.com>",
|
||||||
"homepage": "http://akveo.github.io/ng2-admin/",
|
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -15,7 +15,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"rimraf": "rimraf",
|
"rimraf": "rimraf",
|
||||||
"start": "ng serve --hmr",
|
"start": "ng serve",
|
||||||
|
"start:hmr": "ng serve --hmr",
|
||||||
"start:aot": "ng serve --aot",
|
"start:aot": "ng serve --aot",
|
||||||
"build": "npm run clean:dist && ng build",
|
"build": "npm run clean:dist && ng build",
|
||||||
"build:prod": "npm run build -- --prod",
|
"build:prod": "npm run build -- --prod",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue