Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit f108d1d

Browse files
Gabriel DelépineGabriel Delépine
Gabriel Delépine
authored and
Gabriel Delépine
committed
Merge pull request #14 from timelf123/feature/bower
added bower file and bump version to 1.0.4
2 parents 71f39ce + b6130d8 commit f108d1d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

angular-css-injector.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "angular-css-injector",
3+
"main": "angular-css-injector.js",
4+
"version": "1.0.4",
5+
"homepage": "https://github.com/Yappli/angular-css-injector",
6+
"authors": [
7+
"Gabriel Delépine <yappli@github.com>"
8+
],
9+
"description": "angularJS service to load dynamically CSS files",
10+
"keywords": [
11+
"angularjs",
12+
"css"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)