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

Commit

Permalink
Support Angular.JS 1.3.x (in bower dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Mar 22, 2014
1 parent 3b02f02 commit c47bf7c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.2 - 2014-03-23
- Support Angular.JS 1.3.x (in bower dependencies)

## 0.1.1 - 2014-03-21
- Add main script in package.json for use with browserify ([#1](https://github.com/urish/angular-moment/pull/1), contributed by [paolodm](https://github.com/paolodm))

Expand Down
2 changes: 1 addition & 1 deletion angular-load.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* angular-load.js / v0.1.1 / (c) 2014 Uri Shaked / MIT Licence */
/* angular-load.js / v0.1.2 / (c) 2014 Uri Shaked / MIT Licence */

(function () {
'use strict';
Expand Down
34 changes: 17 additions & 17 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "angular-load",
"version": "0.1.1",
"description": "Dynamically load scripts and css stylesheets in your Angular.JS app",
"author": "Uri Shaked",
"license": "MIT",
"homepage": "http://github.com/urish/angular-load",
"main": "./angular-load.js",
"dependencies": {
"angular": ">=1.0.0 <1.3.0"
},
"devDependencies": {
"angular-mocks": "1.2.x"
},
"repository": {
"type": "git",
"url": "git://github.com/urish/angular-load.git"
}
"name": "angular-load",
"version": "0.1.2",
"description": "Dynamically load scripts and css stylesheets in your Angular.JS app",
"author": "Uri Shaked",
"license": "MIT",
"homepage": "http://github.com/urish/angular-load",
"main": "./angular-load.js",
"dependencies": {
"angular": ">=1.0.0 <1.4.0"
},
"devDependencies": {
"angular-mocks": "1.3.x"
},
"repository": {
"type": "git",
"url": "git://github.com/urish/angular-load.git"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-load",
"main": "angular-load.js",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-load.git"
Expand Down

0 comments on commit c47bf7c

Please sign in to comment.