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:
parent
f439c6d0de
commit
89dd8c6d9d
6
packages/unleash-frontend-next/index.js
Normal file
6
packages/unleash-frontend-next/index.js
Normal file
@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
publicFolder: path.join(__dirname, 'dist'),
|
||||
};
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user