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

Commit c1dc70a

Browse files
committed
package created v2.0.2 (v2/stable)
1 parent bf0f38c commit c1dc70a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

package.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,26 @@
22
"dependencies": {
33
"eslint": "^7.26.0",
44
"pre-commit": "^1.2.2"
5-
}
5+
},
6+
"name": "eccentrictouch",
7+
"description": "Suffering from Frontend crises? Here's something that might interest you. Eccentric Touch is a small CSS Library to solve all your frontend issues :)",
8+
"version": "2.0.2",
9+
"main": "src\\lib\\eccentric.css",
10+
"devDependencies": {},
11+
"scripts": {
12+
"test": "echo \"Error: no test specified\" && exit 1"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/yashsehgal/eccentrictouch.git"
17+
},
18+
"keywords": [
19+
"frontend"
20+
],
21+
"author": "yashsehgal",
22+
"license": "ISC",
23+
"bugs": {
24+
"url": "https://github.com/yashsehgal/eccentrictouch/issues"
25+
},
26+
"homepage": "https://github.com/yashsehgal/eccentrictouch#readme"
627
}

0 commit comments

Comments
 (0)