mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
remove unused files
This commit is contained in:
parent
a4e02aeda4
commit
a642ce0c04
@ -1,9 +0,0 @@
|
|||||||
// preprocessor.js
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
const ReactTools = require('react-tools');
|
|
||||||
module.exports = {
|
|
||||||
process (src) {
|
|
||||||
return ReactTools.transform(src);
|
|
||||||
},
|
|
||||||
};
|
|
@ -1,74 +0,0 @@
|
|||||||
{
|
|
||||||
"features": {
|
|
||||||
"version": 1,
|
|
||||||
"features": [
|
|
||||||
{
|
|
||||||
"name": "Feature.A",
|
|
||||||
"description": "lorem ipsum",
|
|
||||||
"enabled": false,
|
|
||||||
"strategies": [
|
|
||||||
{
|
|
||||||
"name": "default",
|
|
||||||
"parameters": {}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Feature.B",
|
|
||||||
"description": "lorem ipsum",
|
|
||||||
"enabled": true,
|
|
||||||
"strategies": [
|
|
||||||
{
|
|
||||||
"name": "ActiveForUserWithId",
|
|
||||||
"parameters": {
|
|
||||||
"userIdList": "123,221,998"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "GradualRolloutRandom",
|
|
||||||
"parameters": {
|
|
||||||
"percentage": "10"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Feature.C",
|
|
||||||
"description": "lorem ipsum",
|
|
||||||
"enabled": false,
|
|
||||||
"strategies": [
|
|
||||||
{
|
|
||||||
"name": "default",
|
|
||||||
"parameters": {}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Feature.D",
|
|
||||||
"description": "lorem ipsum",
|
|
||||||
"enabled": true,
|
|
||||||
"strategies": [
|
|
||||||
{
|
|
||||||
"name": "default",
|
|
||||||
"parameters": {}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Feature.E",
|
|
||||||
"description": "lorem ipsum",
|
|
||||||
"enabled": true,
|
|
||||||
"strategies": [
|
|
||||||
{
|
|
||||||
"name": "default",
|
|
||||||
"parameters": {}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "FancyStrat",
|
|
||||||
"parameters": {}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -23,7 +23,6 @@
|
|||||||
"build:assets": "NODE_ENV=production webpack -p",
|
"build:assets": "NODE_ENV=production webpack -p",
|
||||||
"build:html": "cp public/*.* dist/.",
|
"build:html": "cp public/*.* dist/.",
|
||||||
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --hot --progress --colors --port 3000",
|
"start": "NODE_ENV=development 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",
|
"lint": "eslint . --ext=js,jsx",
|
||||||
"test": "echo 'no test'",
|
"test": "echo 'no test'",
|
||||||
"test:ci": "npm run test",
|
"test:ci": "npm run test",
|
||||||
@ -59,8 +58,7 @@
|
|||||||
"eslint-config-finn-react": "^1.0.0-alpha.2",
|
"eslint-config-finn-react": "^1.0.0-alpha.2",
|
||||||
"eslint-plugin-react": "^6.2.0",
|
"eslint-plugin-react": "^6.2.0",
|
||||||
"extract-text-webpack-plugin": "^1.0.1",
|
"extract-text-webpack-plugin": "^1.0.1",
|
||||||
"json-server": "^0.8.21",
|
"node-sass": "~3.12.1",
|
||||||
"node-sass": "~3.7.0",
|
|
||||||
"postcss-loader": "^0.13.0",
|
"postcss-loader": "^0.13.0",
|
||||||
"redux-devtools": "^3.3.1",
|
"redux-devtools": "^3.3.1",
|
||||||
"sass-loader": "^4.0.2",
|
"sass-loader": "^4.0.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user