Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
normancarcamo committed Feb 6, 2020
1 parent c680ce8 commit f4e0a17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
{
"name": "@ncardez/is",
"version": "1.0.1",
"version": "1.0.2",
"description": "Data type checker",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [ "lib/**/*" ],
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc",
"test": "jest --config jest.config.js",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly" : "npm test && npm run lint",
"preversion" : "npm run lint",
"version" : "npm run format && git add -A src",
"postversion" : "git push && git push --tags"
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/normancarcamo/is.git"
},
"keywords": [ "is", "type-checker" ],
"keywords": [
"is",
"type-checker"
],
"author": "Norman Carcamo",
"license": "SEE LICENSE IN LICENSE FILE",
"bugs": {
Expand Down

0 comments on commit f4e0a17

Please sign in to comment.