Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update Bower manifest
Browse files Browse the repository at this point in the history
- Remove deprecated "version": http://bower.io/docs/creating-packages/#version
- Add "license"
- Add "homepage"
- Use fuzzier version requirement for angular-messages (~)
  • Loading branch information
simison committed Sep 16, 2015
1 parent be3622b commit 08c0732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "meanjs",
"version": "0.4.1",
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"homepage": "http://meanjs.org/",
"license": "MIT",
"dependencies": {
"bootstrap": "~3",
"angular": "~1.3",
Expand All @@ -12,7 +13,7 @@
"angular-ui-utils": "bower",
"angular-ui-router": "~0.2",
"angular-file-upload": "1.1.5",
"angular-messages": "1.3.17",
"angular-messages": "~1.3.17",
"owasp-password-strength-test": "~1.3.0"
},
"resolutions": {
Expand Down

0 comments on commit 08c0732

Please sign in to comment.