Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
msabo1 committed Apr 29, 2021
1 parent e3f3832 commit 9611a02
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "sortable-properties",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "Small set of utilities based on TypeScript decorators and class-validator that make validation of sortable properties easy.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9611a02

Please sign in to comment.