Browse Source

Updated npm pkg version + readme twitter feed

pull/73/head
NGPixel 7 years ago
parent
commit
e65c373d06
2 changed files with 7 additions and 2 deletions
  1. 7
      README.md
  2. 2
      npm/package.json

7
README.md

@ -37,7 +37,7 @@ Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linu
- Node.js **4.6.0** or later - Node.js **4.6.0** or later
- MongoDB **3.2** or later - MongoDB **3.2** or later
- Git **2.11.0** or later
- Git **2.7.4** or later
- An empty Git repository (optional) - An empty Git repository (optional)
Read the full [prerequisites](https://docs.wiki.requarks.io/prerequisites) article for full details. Read the full [prerequisites](https://docs.wiki.requarks.io/prerequisites) article for full details.
@ -46,6 +46,11 @@ Read the full [prerequisites](https://docs.wiki.requarks.io/prerequisites) artic
Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly! Want to discuss features, ideas or issues? Join our [gitter channel](https://gitter.im/Requarks/wiki). We are very active and friendly!
### Twitter
Follow our Twitter feed to learn about upcoming updates and new releases!
<a href="https://twitter.com/requarks" class="twitter-follow-button" data-size="large" data-show-count="false">Follow @requarks</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
### Special Thanks ### Special Thanks
![Browserstack](https://wiki.requarks.io/assets/images/logo_browserstack.png) ![Browserstack](https://wiki.requarks.io/assets/images/logo_browserstack.png)

2
npm/package.json

@ -1,6 +1,6 @@
{ {
"name": "wiki.js", "name": "wiki.js",
"version": "1.0.0-beta.9.1",
"version": "1.0.0-beta.9.2",
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "install.js", "main": "install.js",
"scripts": { "scripts": {

Loading…
Cancel
Save