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

Commit 44102c0

Browse files
authored
Merge pull request #196 from yashsehgal/v2.0
Added npm package file
2 parents bbc84d8 + c1dc70a commit 44102c0

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

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)