1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

add explicit entry

This commit is contained in:
ivaosthu 2016-11-10 15:39:37 +01:00
parent c883d0f4c4
commit d2d77ed002
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "unleash-frontend-next",
"name": "unleash-frontend",
"description": "unleash your features",
"version": "1.0.0",
"keywords": [
@ -24,7 +24,7 @@
"scripts": {
"build": "npm run build:assets && npm run build:html",
"build:assets": "webpack -p",
"build:html": "cp public/index.html dist/index.html",
"build:html": "cp public/*.* dist/.",
"start": "webpack-dev-server --config webpack.config.js --hot --progress --colors --port 3000",
"start:api": "json-server --watch mock-api.json -p 3001",
"lint": "eslint . --ext=js,jsx",

BIN
frontend/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB