We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bc908 commit dbfce57Copy full SHA for dbfce57
package.json
@@ -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