Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
chore: clean up repository (#30)
Browse files Browse the repository at this point in the history
* chore: update LICENSE name

* chore: update prettier and editor config

* chore: update packages and remove jest

* chore: remove files and use npmignore

* chore: add gitattributes to unmark docs

* chore: update changelog
  • Loading branch information
ignatiusmb authored Feb 9, 2021
1 parent b1739ff commit a538832
Show file tree
Hide file tree
Showing 8 changed files with 246 additions and 3,828 deletions.
8 changes: 3 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
indent_size = 4
indent_style = space

[{package.json,*.yml}]
[*.{json,md,yml}]
indent_size = 2
indent_style = space
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs/** -linguist-detectable
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.*
*.ts
*.config.js
docs/
src/
tsconfig.json

!*.d.ts
15 changes: 13 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"semi": true,
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 2
"tabWidth": 2,
"useTabs": true,
"overrides": [
{
"files": ["README.md", "package.json"],
"options": { "useTabs": false }
},
{
"files": ["*.yml"],
"options": { "singleQuote": false }
}
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Aqua Changelog

## Unreleased

- Actually publish typings ([#30](https://github.com/ignatiusmb/aqua/pull/30))

## 20.3.2

- Add button reset to remove default border and background ([#25](https://github.com/ignatiusmb/aqua/pull/25))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Ignatius Bagus
Copyright (c) Ignatius Bagus <[email protected]> (https://mauss.dev)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

1 comment on commit a538832

@vercel
Copy link

@vercel vercel bot commented on a538832 Feb 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.