Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefiane Chouaib committed Dec 30, 2023
1 parent e45dceb commit 709bf9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alwan",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple, lightweight, customizable, touch friendly color picker, written in vanilla javascript with zero dependencies.",
"main": "./dist/js/alwan.min.js",
"module": "./dist/js/esm/alwan.min.js",
Expand All @@ -10,7 +10,7 @@
"import": "./dist/js/esm/alwan.min.js",
"require": "./dist/js/alwan.min.js"
},
"scripts": {
"scripts": {
"start": "rollup -c -w",
"prebuild": "rimraf dist",
"build": "tsc && rollup -c"
Expand Down

0 comments on commit 709bf9a

Please sign in to comment.