mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
add all files
This commit is contained in:
parent
5d141903fa
commit
0cd575fc8f
11
package.json
11
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "unleash-server",
|
"name": "unleash-server",
|
||||||
"description": "unleash your features",
|
"description": "unleash your features",
|
||||||
"version": "1.0.0-alpha.2",
|
"version": "2.0.0-alpha.1",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"unleash",
|
"unleash",
|
||||||
"feature toggle",
|
"feature toggle",
|
||||||
@ -10,12 +10,11 @@
|
|||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
"docs",
|
||||||
|
"bin",
|
||||||
"migrations",
|
"migrations",
|
||||||
"public",
|
"server.js",
|
||||||
"app.js",
|
"migrator.js"
|
||||||
"server-impl.js",
|
|
||||||
"README.md",
|
|
||||||
"LICENSE"
|
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user