Skip to content

Commit

Permalink
Update JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
krasaler committed Jul 21, 2019
1 parent bc89e5b commit 58a4ea6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapin",
"version": "0.1.13",
"version": "0.1.14",
"description": "Framework for API",
"repository": {
"type": "git",
Expand All @@ -11,6 +11,12 @@
"watch": {
"tslint": "{src}/**/*.ts"
},
"files": [
"lib",
"types",
"src",
"rapin.config.js"
],
"scripts": {
"tslint": "tslint {src}/**/*.ts --fix",
"watch": "npm-watch",
Expand Down

0 comments on commit 58a4ea6

Please sign in to comment.