Skip to content

Commit

Permalink
Added minified files 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallyakash committed Jul 4, 2021
1 parent 5652859 commit 4d1ed6a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 114 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/prism.css">
<link rel="stylesheet" href="spacers/spacers.css">
<link rel="stylesheet" href="spacers/spacers.min.css">

<meta name="description" content="spacers is a JS plugin that supports multiple spacers for controlling padding/margin, linking functionality & much more!">
<meta name="keywords" content="spacers, spacing, spacers, vanillajs, plugin, space">
Expand Down Expand Up @@ -907,7 +907,7 @@ <h2 class="docs-title">More</h2>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<script src="js/prism.js"></script>
<script src="spacers/spacers.js"></script>
<script src="spacers/spacers.min.js"></script>
<script src="js/scripts.js"></script>
</body>

Expand Down
1 change: 1 addition & 0 deletions docs/spacers/spacers.min.css

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

1 change: 1 addition & 0 deletions docs/spacers/spacers.min.js

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

109 changes: 0 additions & 109 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spacersjs",
"version": "1.0.1",
"version": "1.0.2",
"description": "when you need more space",
"main": "spacers/spacers.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Initialize with:

```javascript
spacers({
element: '.inner-element'
element: '.element-unique-class'
});
```

Expand All @@ -59,5 +59,5 @@ Voila! It works without any dependencies.

#### License

Copyright (c) 2021 Akash Gupta
Copyright (c) 2021 Akash
Licensed under the MIT license.
1 change: 1 addition & 0 deletions spacers/spacers.min.css

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

Loading

0 comments on commit 4d1ed6a

Please sign in to comment.