Skip to content

Commit

Permalink
More changes to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Kanwar authored and Karan Kanwar committed Jul 12, 2023
1 parent be888bb commit 0c3b21c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Build
run: |
npm ci
npm run lint
npm run build
- name: Publish to NPM
run: npm publish
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@spresso-sdk/price_optimization",
"version": "2.0.4",
"version": "2.0.5",
"description": "Spresso Price Optimization SDK for Node",
"sideEffects": false,
"private": false,
"scripts": {
"build": "npx tsc -p ./tsconfig.json",
"build:types": "tsc -p ./tsconfig.types.json",
"lint": "npx eslint ./src"
},
"author": "Spresso",
Expand All @@ -25,9 +24,10 @@
"dependencies": {
"axios": "^1.4.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"dist-types"
"dist"
],
"homepage": "",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"esModuleInterop": true,
"removeComments": true,
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
"declaration": true
},
"include": ["src/"]
}
13 changes: 0 additions & 13 deletions tsconfig.types.json

This file was deleted.

0 comments on commit 0c3b21c

Please sign in to comment.