Skip to content

Commit

Permalink
chore: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Apr 23, 2022
1 parent bc4cc07 commit 9b0248a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "ts-klass",
"version": "0.1.0",
"version": "0.2.0",
"description": "Type-strong klasses",
"main": "src/index.js",
"types": "src/index.d.ts",
"author": "Joshua Chen <[email protected]>",
"license": "MIT",
"type": "module",
"keywords": [
"class",
"utility"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"format": "prettier -w .",
"lint": "eslint \"**/*.{js,ts,jsx,tsx}\"",
Expand Down

0 comments on commit 9b0248a

Please sign in to comment.