Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jan 26, 2024
1 parent 0cdefdd commit 35b86bb
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 6 deletions.
7 changes: 7 additions & 0 deletions dist/cjs/index.js

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

7 changes: 7 additions & 0 deletions dist/cjs/index.js.map

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

2 changes: 2 additions & 0 deletions dist/cjs/js/color.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions dist/cjs/js/color.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/cjs/js/common.js

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

7 changes: 7 additions & 0 deletions dist/cjs/js/common.js.map

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
},
"types": "types/index.d.ts",
"devDependencies": {
"c8": "^9.0.0",
"chai": "^5.0.0",
"c8": "^9.1.0",
"chai": "^5.0.3",
"commander": "^11.1.0",
"esbuild": "^0.19.11",
"esbuild": "^0.19.12",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-regexp": "^2.1.2",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-unicorn": "^50.0.1",
"mocha": "^10.2.0",
"sinon": "^17.0.1",
Expand All @@ -44,5 +44,5 @@
"test": "c8 --reporter=text mocha --exit test/**/*.test.js",
"tsc": "npx tsc"
},
"version": "0.0.1"
"version": "1.0.0"
}

0 comments on commit 35b86bb

Please sign in to comment.