Skip to content

Commit dbfce57

Browse files
Elad ShechterElad Shechter
authored andcommitted
add new npm ripo
1 parent c3bc908 commit dbfce57

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "the-new-css-reset",
3+
"version": "1.0.0",
4+
"description": "the new CSS reset, using new css features",
5+
"main": "css/reset.css",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/elad2412/the-new-css-reset.git"
12+
},
13+
"keywords": [
14+
"css",
15+
"css-reset"
16+
],
17+
"author": "Elad Shechter",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/elad2412/the-new-css-reset/issues"
21+
},
22+
"homepage": "https://github.com/elad2412/the-new-css-reset#readme"
23+
}

0 commit comments

Comments
 (0)