Comparing version 0.1.13 to 0.1.14
{ | ||
"name": "wypokjs", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Wykop V2 API wrapper", | ||
@@ -8,3 +8,4 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "npx typescript --declaration", | ||
"build": "npx typescript", | ||
"prepublish": "npm run build", | ||
"lint": "npx eslint . --ext .ts", | ||
@@ -11,0 +12,0 @@ "lint-fix": "npx eslint . --ext .ts --fix", |
@@ -18,2 +18,3 @@ { | ||
}, | ||
"declaration": true, | ||
"include": [ | ||
@@ -26,2 +27,2 @@ "src/**/*" | ||
] | ||
} | ||
} |
44717
45
953