Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "preline", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.", | ||
@@ -5,0 +5,0 @@ "main": "dist/hs-ui.bundle.js", |
@@ -31,3 +31,7 @@ # preline logo | ||
<pre><code>npm i preline</code></pre> | ||
<pre><code>module.exports = { | ||
plugins: [ | ||
require('preline/plugin') | ||
] | ||
}</code></pre> | ||
@@ -34,0 +38,0 @@ 3. Include the JavaScript <code><script></code> that powers the interactive elements near the end of your <code><body></code> tag: |
265518
85