diff --git a/src/main/webapp/libs/json-formatter/package.json b/src/main/webapp/libs/json-formatter/package.json index cd6a6b21b..70dff4318 100644 --- a/src/main/webapp/libs/json-formatter/package.json +++ b/src/main/webapp/libs/json-formatter/package.json @@ -43,7 +43,7 @@ "karma-firefox-launcher": "^0.1.6", "karma-jasmine": "^0.3.5", "karma-mocha-reporter": "^1.0.2", - "mversion": "^1.10.0", + "mversion": "^2.0.0", "run-sequence": "^1.1.0" }, "readme": "# Bower Publishable Angular Directive Boilerplate\n\nThis is a simple AngularJS directive boilerplate to help you start your own AngularJS directive and publish it in Bower and NPM.\nThis readme file itself is a boilerplate.\n\n#### Using the boilerplate\nClone the project and install dependencies, then use Gulp to start the prject.\n```shell\ngit clone git@github.com:mohsen1/angular-directive-boilerplate.git my-directive\ncd my-directive\nnpm install\nbower install\ngulp serve\n```\n#### Install via NPM or bower\n\n```shell\nnpm install angular-directive-boilerplate\n```\n```shell\nbower install angular-directive-boilerplate\n```\n\n### License\nMIT\n",