Skip to content

Commit

Permalink
Release ts-extended-types 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Jan 3, 2022
1 parent fe3ba35 commit 71d109e
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "ts-extended-types",
"version": "1.0.0",
"description": "Set of complementary basic types related to the ones provided by TypeScript to make your application even more type-safe",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"typescript": "^4.1.3"
},
"scripts": {
"build": "rm -Rf dist/*; tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/juanluispaz/ts-extended-types.git"
},
"keywords": [
"typescript",
"type",
"types",
"int",
"double",
"date",
"local date",
"time",
"local time",
"datetime",
"date time",
"local datetime",
"local date time"
],
"author": {
"name": "Juan Luis Paz Rojas",
"url": "http://github.com/juanluispaz"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/juanluispaz/ts-extended-types/issues"
},
"homepage": "https://github.com/juanluispaz/ts-extended-types"
}
"name": "ts-extended-types",
"version": "1.1.0",
"description": "Set of complementary basic types related to the ones provided by TypeScript to make your application even more type-safe",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"typescript": "^4.1.3"
},
"scripts": {
"build": "rm -Rf dist/*; tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/juanluispaz/ts-extended-types.git"
},
"keywords": [
"typescript",
"type",
"types",
"int",
"double",
"date",
"local date",
"time",
"local time",
"datetime",
"date time",
"local datetime",
"local date time"
],
"author": {
"name": "Juan Luis Paz Rojas",
"url": "http://github.com/juanluispaz"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/juanluispaz/ts-extended-types/issues"
},
"homepage": "https://github.com/juanluispaz/ts-extended-types"
}

0 comments on commit 71d109e

Please sign in to comment.