Browse Source

fixed npm and bower version

tags/0.1.2^0
Robin Thoni 8 years ago
parent
commit
761a768502
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      bower.json
  2. 1
    1
      package.json

+ 1
- 1
bower.json View File

1
 {
1
 {
2
   "name": "luticate-auth",
2
   "name": "luticate-auth",
3
-  "version": "0.1.0",
3
+  "version": "0.1.2",
4
   "authors": [
4
   "authors": [
5
     "Robin THONI <robin@rthoni.com>"
5
     "Robin THONI <robin@rthoni.com>"
6
   ],
6
   ],

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "auth",
2
   "name": "auth",
3
-  "version": "0.1.0",
3
+  "version": "0.1.2",
4
   "description": "Luticate front authentication layer",
4
   "description": "Luticate front authentication layer",
5
   "main": "dist/luticate-auth.min.js",
5
   "main": "dist/luticate-auth.min.js",
6
   "dependencies": {
6
   "dependencies": {

Loading…
Cancel
Save