Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
updated to angular 1.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gmittica committed Sep 11, 2015
1 parent b904f95 commit d8ab1cf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_modules/
bower_components/
vendor/
Thumbs.db
npm-debug.log
.project
.settings
config/secret.json
40 changes: 20 additions & 20 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "ng-startup",
"version": "0.1.0",
"version": "0.2.0",
"devDependencies": {
"angular-mocks": "~1.3"
"angular-mocks": ">=1.3"
},
"dependencies": {
"bootstrap": "~3.3",
"angular": "~1.3",
"angular-resource": "~1.3",
"angular-sanitize": "~1.3",
"angular-animate": "~1.3",
"angular": "~1.4",
"angular-resource": "~1.4",
"angular-sanitize": "~1.4",
"angular-animate": "~1.4",
"angular-translate": "~2.7",
"angular-translate-loader-static-files": "~2.7",
"angular-ui-router": "~0.2.5",
"angular-ui-utils": "~0.2.3",
"angular-ui-router": "~0.2",
"angular-ui-utils": "~3.0",
"angular-bootstrap": "~0.13",
"angular-loading-bar": "0.6.0",
"angular-local-storage": "0.1.5",
"satellizer": "master",
"cr-remote": "master",
"cr-session": "master",
"cr-loading": "master",
"cr-aws": "master",
"cr-acl": "master",
"cr-identity": "master",
"angulartics": "~0.18",
"angular-loading-bar": "0.8.0",
"angular-local-storage": "0.2.2",
"satellizer": "~0.12",
"cr-remote": "~0.4",
"cr-session": "~0.4",
"cr-loading": "~0.4",
"cr-aws": "~0.4",
"cr-acl": "~0.4",
"cr-identity": "~0.4",
"angulartics-google-analytics": "~0.1",
"font-awesome": "~4.4",
"ngCordova": "~0.1.17-alpha",
"angular-touch": "~1.3",
"ngCordova": "~0.1.20-alpha",
"angular-touch": "~1.4",
"ngInfiniteScroll": "~1.2"
}
}
4 changes: 2 additions & 2 deletions config/build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ module.exports = {
'bower_components/cr-remote/cr-remote.js',
'bower_components/cr-acl/cr-acl.js',
'bower_components/cr-identity/cr-identity.js',
'bower_components/angulartics/dist/angulartics.min.js',
'bower_components/angulartics/dist/angulartics-ga.min.js',
'bower_components/angulartics/src/angulartics.js',
'bower_components/angulartics-google-analytics/lib/angulartics-google-analytics.js',
'bower_components/ngCordova/dist/ng-cordova.js',
'bower_components/ngInfiniteScroll/build/ng-infinite-scroll.js',
'bower_components/angular-touch/angular-touch.js'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Corley",
"name": "ng-startup",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "http://ngstartup.corleycloud.com",
"repository": {},
"licenses": {
Expand Down

0 comments on commit d8ab1cf

Please sign in to comment.