1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

add prebulish and index file #153

This commit is contained in:
sveisvei 2016-09-13 22:06:33 +02:00 committed by Ivar Conradi Østhus
parent f439c6d0de
commit 89dd8c6d9d
2 changed files with 11 additions and 4 deletions

View File

@ -0,0 +1,6 @@
'use strict';
const path = require('path');
module.exports = {
publicFolder: path.join(__dirname, 'dist'),
};

View File

@ -1,7 +1,7 @@
{
"name": "unleash-frontend",
"name": "unleash-frontend-next",
"description": "unleash your features",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"keywords": [
"unleash",
"feature toggle",
@ -25,9 +25,10 @@
"build": "webpack -p",
"start": "webpack-dev-server --config webpack.config.js --hot --progress --colors --port 3000",
"test": "echo 'no test'",
"test:ci": "npm run test"
"test:ci": "npm run test",
"prepublish": "npm run build"
},
"main": "./lib/index.js",
"main": "./index.js",
"dependencies": {
"immutability-helper": "^2.0.0",
"react": "^15.3.1",