diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..298c305 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +/docs/ \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index c811c7e..5178591 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,11 +12,11 @@ - + - @@ -27,7 +27,7 @@ - + @@ -145,7 +145,7 @@

Introduction

-

spacers is a JS plugin that supports multiple spacers for controlling padding/margin, linking functionality & much more!

+

spacers is a JS library that supports multiple spacers for controlling padding/margin, linking functionality & much more!

spacers make spacing as easy as a drag ↕

@@ -286,7 +286,7 @@

padding / margin

-
+
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eius, eveniet laudantium, sit soluta ipsum reprehenderit libero eaque ex, unde nesciunt blanditiis itaque nemo exercitationem voluptates modi et cumque quas. Aliquid. @@ -294,7 +294,7 @@

padding / margin

-
+
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eius, eveniet laudantium, sit soluta ipsum reprehenderit libero eaque ex, unde nesciunt blanditiis itaque nemo exercitationem voluptates modi et cumque quas. Aliquid. @@ -871,7 +871,7 @@

Play

Download

diff --git a/docs/spacers/spacers.js b/docs/spacers/spacers.js index e561301..7fe54ae 100644 --- a/docs/spacers/spacers.js +++ b/docs/spacers/spacers.js @@ -1,3 +1,13 @@ +/* +(っ◔◡◔)っ ♥ 𝒔𝒑𝒂𝒄𝒆𝒓𝒔.𝒋𝒔 ♥ + + Version: 1.0.3 + Author: Akash Gupta + Website: http://akashgupta.xyz + Docs: https://actuallyakash.github.io/spacers + Repo: https://github.com/actuallyakash/spacers + Issues: https://github.com/actuallyakash/spacers/issues + */ function spacers( options ) { let document = options.containedArea ? options.containedArea : window.document; diff --git a/package.json b/package.json index c97842c..640ec58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spacersjs", - "version": "1.0.2", + "version": "1.0.3", "description": "when you need more space", "main": "spacers/spacers.js", "repository": { diff --git a/spacers/spacers.js b/spacers/spacers.js index e561301..7fe54ae 100644 --- a/spacers/spacers.js +++ b/spacers/spacers.js @@ -1,3 +1,13 @@ +/* +(っ◔◡◔)っ ♥ 𝒔𝒑𝒂𝒄𝒆𝒓𝒔.𝒋𝒔 ♥ + + Version: 1.0.3 + Author: Akash Gupta + Website: http://akashgupta.xyz + Docs: https://actuallyakash.github.io/spacers + Repo: https://github.com/actuallyakash/spacers + Issues: https://github.com/actuallyakash/spacers/issues + */ function spacers( options ) { let document = options.containedArea ? options.containedArea : window.document;