Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# NOCMS

[![Greenkeeper badge](https://badges.greenkeeper.io/debitoor/nocms.svg)](https://greenkeeper.io/)
"NO, You don't need a CMS" is what you are going to tell your boss the next time he comes running waving his arms and yelling incomprehensibly about some new microsite for his wife's pony he wants to make in drupal, wordpress or any of the 1 billion other "let's stuff all your content in a mysql database and front it with some 10 year old php scripts" things that pop up in your facebook feed disguised as content.

[![Build Status](https://travis-ci.org/debitoor/nocms.svg?branch=master)](https://travis-ci.org/debitoor/nocms)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^6.0.4",
"babel-eslint": "^7.1.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015-node": "^6.1.1",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-as-promised": "^6.0.0",
"chai-subset": "^1.3.0",
"dir-compare": "^1.3.0",
"eslint-plugin-import": "^2.2.0",
Expand All @@ -53,13 +53,13 @@
"dependencies": {
"async": "^2.1.2",
"chokidar": "^1.6.1",
"command-line-args": "^3.0.3",
"command-line-commands": "^1.0.4",
"command-line-args": "^4.0.1",
"command-line-commands": "^2.0.0",
"command-line-usage": "^4.0.0",
"debug": "^2.6.0",
"deep-freeze": "0.0.1",
"express": "^4.14.0",
"fs-extra": "^1.0.0",
"fs-extra": "^2.0.0",
"glob": "^7.1.1",
"moment": "^2.17.1",
"object.values": "^1.0.3"
Expand Down