Skip to content

Commit 6cb30ab

Browse files
committed
chore: Initialize package.json file
1 parent fd6b206 commit 6cb30ab

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "modulatecss",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/byteyard/modulatecss.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/byteyard/modulatecss/issues"
18+
},
19+
"homepage": "https://github.com/byteyard/modulatecss#readme"
20+
}

src/modulate.css

Whitespace-only changes.

0 commit comments

Comments
 (0)