diff --git a/README.md b/README.md index 1d7990d..53df309 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # w 🔥 -### WordBoxed—A truly modern development environment for WordPress +### WordBox—A truly modern development environment for WordPress -WordBoxed is a truly modern WordPress site development (and deployment) environment. +WordBox is a truly modern WordPress site development (and deployment) environment. Bring the power of Node.JS to your WordPress environment! @@ -18,4 +18,8 @@ Steps 1-3 will have an automated option later. ### Versioning -Due to certain reasons, our versioning bumps from `v.0.1.0` to `v.1.1.0`. Due to this, the project should be considered unstable until `v.2.0.0` which will be WordBoxed's first stable release version. \ No newline at end of file +Thanks to @wbhob for donating the npm `w` package to me. + +Because npm versions are immutable, our public version number starts directly to `v.1.1.0`. The project should be considered unstable until `v.2.0.0` which will be WordBoxed's first stable release version. + +Like many software, `WordBox` will have an internal version number and external version number. The current internal version is `v.0.x.x` and external version is `v.1.x.x`. As the internal version reaches public release, it will skip over from `v.0.9.x` to `v.2.0.0` and catch up with its external version. \ No newline at end of file diff --git a/composer.phar b/composer.phar new file mode 100644 index 0000000..c8152ad Binary files /dev/null and b/composer.phar differ diff --git a/package.json b/package.json index bc7d1fa..7f423d3 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "w", "version": "1.1.0", - "description": "WordBoxed—A truly modern WordPress site development (and deployment) environment.", + "description": "WordBox—A truly modern WordPress site development (and deployment) environment.", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+https://github.com/codefeathers/wordboxed.git" + "url": "git+https://github.com/codefeathers/wordbox.git" }, "keywords": [ "w", @@ -22,9 +22,9 @@ "author": "Muthu Kumar (https://mkr.pw)", "license": "MIT", "bugs": { - "url": "https://github.com/codefeathers/wordboxed/issues" + "url": "https://github.com/codefeathers/wordbox/issues" }, - "homepage": "https://github.com/codefeathers/wordboxed#readme", + "homepage": "https://github.com/codefeathers/wordbox#readme", "dependencies": { "chalk": "^2.3.0", "express": "^4.16.2"