rename package in package.json
This commit is contained in:
parent
6160095865
commit
65f3326eaf
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pux-starter-app",
|
"name": "christine-website",
|
||||||
"version": "9.0.0",
|
"version": "0.1.0",
|
||||||
"description": "Starter Pux application using webpack with hot-reloading.",
|
"description": "Starter Pux application using webpack with hot-reloading.",
|
||||||
"main": "support/index.js",
|
"main": "support/index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "bower cache clean && bower install",
|
"postinstall": "bower cache clean && bower install",
|
||||||
"clean": "rimraf static/dist && rimraf dist && rimraf output",
|
"clean": "rimraf static/dist && rimraf dist && rimraf output",
|
||||||
"build": "npm run clean && webpack --config ./webpack.production.config.js --progress --profile --colors",
|
"build": "webpack --config ./webpack.production.config.js --progress --profile --colors",
|
||||||
"watch": "npm run clean && node ./webpack.config.js",
|
"watch": "npm run clean && node ./webpack.config.js",
|
||||||
"serve": "http-server static --cors -p 3000",
|
"serve": "http-server static --cors -p 3000",
|
||||||
"start": "npm run watch",
|
"start": "npm run watch",
|
||||||
|
|
Loading…
Reference in New Issue