Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Oct 6, 2015
2 parents 27a241d + 2b8f721 commit c1771f5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: node_js
cache:
directories:
- node_modules
branches:
only:
- master
notifications:
email: false
node_js:
Expand Down
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "angular-translate-loader-pluggable",
"description": "Custom angular-translate loader that allows to combine multiple angular-translate loaders.",
"authors": [
"Juri <[email protected]>"
],
"homepage": "https://github.com/juristr/angular-translate-loader-pluggable",
"keywords": [
"angular",
"angular-translate"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"type": "git",
"url": "https://github.com/juristr/angular-translate-loader-pluggable.git"
},
"version": "1.0.3"
"version": "1.1.0"
}

0 comments on commit c1771f5

Please sign in to comment.