Skip to content

Commit 03ba0ce

Browse files
committedOct 13, 2020
deployed with surge
1 parent bb8bbac commit 03ba0ce

File tree

2 files changed

+1535
-0
lines changed

2 files changed

+1535
-0
lines changed
 

‎package-lock.json

+1,507
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "utility",
3+
"version": "1.0.0",
4+
"description": "Utility is meant to be a simple easy to use unit conversion website plus bunch of utility tools. This will be a static website made completly from HTML,CSS and Javascript or any other Frontend Framwork.",
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/codeezzi/utility.git"
12+
},
13+
"author": "Shubham Goswami",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/codeezzi/utility/issues"
17+
},
18+
"homepage": "https://github.com/codeezzi/utility#readme",
19+
"devDependencies": {
20+
"git-scripts": "^0.4.3",
21+
"surge": "^0.21.6"
22+
},
23+
"git": {
24+
"scripts": {
25+
"pre-push": "surge --project ./ --domain codeezzi-utility.surge.sh"
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)
Please sign in to comment.