Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Jul 4, 2021
1 parent dbf0a65 commit 70790f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moysklad-api-model",
"version": "0.1.7",
"version": "0.1.8",
"description": "Объектная модель API МойСклад для TypeScript проектов",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand All @@ -9,7 +9,7 @@
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc --build tsconfig.prod.json",
"compile": "tsc",
"build": "rm -rf build/ && npm run compile",
"git:tag": "git tag \"v$(cat package.json | json version)\"",
"npm:publish": "npm run build && npm publish && npm run git:tag"
Expand All @@ -34,6 +34,6 @@
"moysklad": "^0.9.2",
"moysklad-extension-queue": "^0.2.1",
"prettier": "^2.2.1",
"typescript": "^4.1.3"
"typescript": "^4.3.5"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"compilerOptions": {
// -- Project Options
"declaration": true,
"declarationMap": true,
"incremental": true,
"declarationMap": false,
"incremental": false,
"lib": [
"ES2020", // Node 14.x
"DOM"
Expand Down
11 changes: 0 additions & 11 deletions tsconfig.prod.json

This file was deleted.

0 comments on commit 70790f3

Please sign in to comment.