Skip to content

Commit 00d2f52

Browse files
Add package.json
1 parent b4476a7 commit 00d2f52

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ $RECYCLE.BIN/
1010

1111
vendor
1212
composer.lock
13-
nbproject
13+
nbproject
14+
15+
node_modules/

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "CSSInliner",
3+
"description": "Simple PHP tools that inserts CSS from file into HTML tags.",
4+
"priavete": true,
5+
"dependencies": {
6+
"request": "~2.53.0"
7+
}
8+
}

0 commit comments

Comments
 (0)