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,5 +1,7 @@
[![Coverage Status](https://coveralls.io/repos/github/idealley/cloudcms-navigation/badge.svg?branch=master)](https://coveralls.io/github/idealley/cloudcms-navigation?branch=master)
# Cloud CMS navigation library

[![Greenkeeper badge](https://badges.greenkeeper.io/idealley/cloudcms-navigation.svg)](https://greenkeeper.io/)
Small library to manage menus and breadcrumbs with Cloud CMS

For now this code is extracted from the [this tutorial](https://idealley.gitbooks.io/cloud-cms-how-to-manage-menus/content/) that explains the concepts behind this code and gives an example setup.
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-loader": "7.1.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-istanbul": "^4.1.4",
"babel-preset-es2015": "6.24.1",
"chai": "3.5.0",
"coveralls": "^2.13.1",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"chai": "4.1.2",
"coveralls": "^3.0.0",
"eslint": "4.18.2",
"eslint-loader": "2.0.0",
"istanbul": "^0.4.5",
"mocha": "3.3.0",
"mocha": "5.0.4",
"nyc": "^11.0.3",
"webpack": "2.4.1",
"yargs": "7.1.0"
"webpack": "4.1.1",
"yargs": "11.0.0"
},
"repository": {
"type": "git",
Expand Down