Skip to content

Commit

Permalink
Merge pull request #5 from mjamilasfihani/develop
Browse files Browse the repository at this point in the history
[v1.x]: release on 1.0.2
  • Loading branch information
kitakode-actions committed May 30, 2023
2 parents 1f603d3 + 6ebc980 commit c899eb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ dist
.tern-port

# Lock file
package-lock.json
/package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitakode/tailwind-neon",
"version": "1.0.1",
"version": "1.0.2",
"description": "A neonaised user interface based on Tailwind CSS.",
"author": "KitaKode",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/colors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ let _colors = {
};

/** @type {import('tailwindcss').Config} */
module.exports = _colors
module.exports = _colors;

0 comments on commit c899eb6

Please sign in to comment.