Skip to content

Commit

Permalink
Initialize NPM & Add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikborsadiya committed Aug 30, 2018
1 parent 3237bf0 commit ee54807
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.idea
.git
debug.log
node_modules
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 100
}
14 changes: 14 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "webui-aria2",
"version": "1.0.0",
"description": "The aim for this project is to create the worlds best and hottest interface to interact with aria2.",
"dependencies": {},
"devDependencies": {
"prettier": "^1.14.2"
},
"scripts": {
"format": "prettier -l --config .prettierrc --write \"**/*{js,css}\" \"!**/*.min.{js,css}\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/ziahamza/webui-aria2.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ziahamza/webui-aria2/issues"
},
"homepage": "https://github.com/ziahamza/webui-aria2#readme"
}

0 comments on commit ee54807

Please sign in to comment.