diff --git a/packages/build/package.json b/packages/build/package.json index 656046b..229b992 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,6 +1,8 @@ { "name": "@flecks/build", "version": "3.0.0", + "author": "cha0s", + "license": "MIT", "scripts": { "build": "webpack --config ./build/build.webpack.config.js --mode production", "clean": "rm -rf dist yarn.lock && yarn", diff --git a/packages/core/package.json b/packages/core/package.json index 9aeda18..5f6c2fd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,13 +1,5 @@ { "name": "@flecks/core", - "repository": { - "type": "git", - "url": "git+https://github.com/cha0s/flecks.git", - "directory": "packages/core" - }, - "publishConfig": { - "access": "public" - }, "version": "3.0.0", "author": "cha0s", "license": "MIT", @@ -18,6 +10,14 @@ "postversion": "cp package.json dist", "test": "npm run build -d && mocha --colors ./dist/test.js" }, + "repository": { + "type": "git", + "url": "git+https://github.com/cha0s/flecks.git", + "directory": "packages/core" + }, + "publishConfig": { + "access": "public" + }, "files": [ "build", "index.js", diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 5499d5c..3314195 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/create-app", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,17 +18,9 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", "bin": { "create-app": "./build/cli.js" }, - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "server.js", "template" diff --git a/packages/create-fleck/package.json b/packages/create-fleck/package.json index ff3e9be..c04c9b5 100644 --- a/packages/create-fleck/package.json +++ b/packages/create-fleck/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/create-fleck", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,17 +18,9 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", "bin": { "create-fleck": "./build/cli.js" }, - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "template" ], diff --git a/packages/db/package.json b/packages/db/package.json index c2322a7..3a920f8 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/db", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "server.js" ], diff --git a/packages/docker/package.json b/packages/docker/package.json index 2229576..fcc61ba 100644 --- a/packages/docker/package.json +++ b/packages/docker/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/docker", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "server.js" ], diff --git a/packages/dox/package.json b/packages/dox/package.json index fb43b2f..e9d0f93 100644 --- a/packages/dox/package.json +++ b/packages/dox/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/dox", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "website" ], diff --git a/packages/electron/package.json b/packages/electron/package.json index 4f31c2a..d3b48e2 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/electron", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "server.js" ], diff --git a/packages/fleck/package.json b/packages/fleck/package.json index 1f868d3..416628e 100644 --- a/packages/fleck/package.json +++ b/packages/fleck/package.json @@ -1,13 +1,5 @@ { "name": "@flecks/fleck", - "repository": { - "type": "git", - "url": "git+https://github.com/cha0s/flecks.git", - "directory": "packages/fleck" - }, - "publishConfig": { - "access": "public" - }, "version": "3.0.0", "author": "cha0s", "license": "MIT", @@ -17,6 +9,14 @@ "postversion": "cp package.json dist", "test": "flecks test" }, + "repository": { + "type": "git", + "url": "git+https://github.com/cha0s/flecks.git", + "directory": "packages/fleck" + }, + "publishConfig": { + "access": "public" + }, "files": [], "dependencies": { "@flecks/core": "^3.0.0", diff --git a/packages/governor/package.json b/packages/governor/package.json index c4a8418..87df655 100644 --- a/packages/governor/package.json +++ b/packages/governor/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/governor", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "client.js", "server.js" diff --git a/packages/passport-local-react/package.json b/packages/passport-local-react/package.json index bcf803c..35d96aa 100644 --- a/packages/passport-local-react/package.json +++ b/packages/passport-local-react/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/passport-local-react", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "index.js" ], diff --git a/packages/passport-local/package.json b/packages/passport-local/package.json index 7690d10..65edf71 100644 --- a/packages/passport-local/package.json +++ b/packages/passport-local/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/passport-local", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "server.js" ], diff --git a/packages/passport-react/package.json b/packages/passport-react/package.json index d288c85..df38a98 100644 --- a/packages/passport-react/package.json +++ b/packages/passport-react/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/passport-react", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "index.js" ], diff --git a/packages/passport/package.json b/packages/passport/package.json index 9893d88..2325411 100644 --- a/packages/passport/package.json +++ b/packages/passport/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/passport", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "index.js", "server.js" diff --git a/packages/react/package.json b/packages/react/package.json index b0c54bd..f096f08 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,14 +1,8 @@ { "name": "@flecks/react", - "repository": { - "type": "git", - "url": "git+https://github.com/cha0s/flecks.git", - "directory": "packages/react" - }, - "publishConfig": { - "access": "public" - }, "version": "3.0.0", + "author": "cha0s", + "license": "MIT", "scripts": { "build": "flecks build", "clean": "flecks clean", @@ -17,6 +11,14 @@ "postinstall": "node src/fake-context.js", "test": "flecks test" }, + "repository": { + "type": "git", + "url": "git+https://github.com/cha0s/flecks.git", + "directory": "packages/react" + }, + "publishConfig": { + "access": "public" + }, "files": [ "client.js", "context.js", diff --git a/packages/redis/package.json b/packages/redis/package.json index be744c2..44647c8 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/redis", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "session/server.js", "server.js" diff --git a/packages/redux/package.json b/packages/redux/package.json index b5db26f..4b661b7 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/redux", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "client.js", "index.js", diff --git a/packages/repl/package.json b/packages/repl/package.json index b41133e..408b51b 100644 --- a/packages/repl/package.json +++ b/packages/repl/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/repl", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "server.js" ], diff --git a/packages/server/package.json b/packages/server/package.json index 1a72343..0b38648 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,14 +1,7 @@ { "name": "@flecks/server", - "repository": { - "type": "git", - "url": "git+https://github.com/cha0s/flecks.git", - "directory": "packages/server" - }, - "publishConfig": { - "access": "public" - }, "version": "3.0.0", + "author": "cha0s", "license": "MIT", "scripts": { "build": "flecks build", @@ -17,6 +10,14 @@ "postversion": "cp package.json dist", "test": "flecks test" }, + "repository": { + "type": "git", + "url": "git+https://github.com/cha0s/flecks.git", + "directory": "packages/server" + }, + "publishConfig": { + "access": "public" + }, "files": [ "entry.js", "runtime.js" diff --git a/packages/session/package.json b/packages/session/package.json index d1dc7a2..7b969e5 100644 --- a/packages/session/package.json +++ b/packages/session/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/session", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "server.js" ], diff --git a/packages/socket/package.json b/packages/socket/package.json index 3b5e110..b68d313 100644 --- a/packages/socket/package.json +++ b/packages/socket/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/socket", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "client.js", "index.js", diff --git a/packages/web/package.json b/packages/web/package.json index de64eb5..5a3bf53 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,5 +1,15 @@ { "name": "@flecks/web", + "version": "3.0.0", + "author": "cha0s", + "license": "MIT", + "scripts": { + "build": "flecks build", + "clean": "flecks clean", + "lint": "flecks lint", + "postversion": "cp package.json dist", + "test": "flecks test" + }, "repository": { "type": "git", "url": "git+https://github.com/cha0s/flecks.git", @@ -8,14 +18,6 @@ "publishConfig": { "access": "public" }, - "version": "3.0.0", - "scripts": { - "build": "flecks build", - "clean": "flecks clean", - "lint": "flecks lint", - "postversion": "cp package.json dist", - "test": "flecks test" - }, "files": [ "entry.js", "index.js",