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

Commit 161569a

Browse files
author
Aurélien Praga
committed
Add package.json for npm compatibility
1 parent 5bd836a commit 161569a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-css-injector",
33
"main": "angular-css-injector.js",
4-
"version": "1.0.4",
4+
"version": "1.4.1",
55
"homepage": "https://github.com/Yappli/angular-css-injector",
66
"authors": [
77
"Gabriel Delépine <[email protected]>"

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "iangular-css-injector",
3+
"description": "angularJS service to load dynamically CSS files",
4+
"version": "1.4.1"
5+
}

0 commit comments

Comments
 (0)