Skip to content

Commit

Permalink
Temporarily add lib folder
Browse files Browse the repository at this point in the history
Add 'prepare' script instead of lib/ folder
  • Loading branch information
Shaptic committed Apr 6, 2023
1 parent 738ccb8 commit 0860f74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.nyc_output/
/node_modules/
/tmp/
/lib/
/dist/
/config/dist/
/coverage/
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "stellar-base",
"version": "8.2.2",
"description": "Low-level support library for the Stellar network.",
"main": "./src/index.js",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"scripts": {
"build": "yarn build:node",
Expand All @@ -20,6 +20,7 @@
"tslint": "dtslint --localTs node_modules/typescript/lib types/",
"preversion": "yarn clean && yarn pretty && yarn build:all:prod && yarn test:all",
"pretty": "prettier --config ./config/prettier.config.js --ignore-path ./config/.prettierignore --write './**/*.js'",
"prepare": "yarn build:all:prod",
"clean": "rm -rf lib/ dist/ coverage/ .nyc_output/"
},
"mocha": {
Expand Down
File renamed without changes.

0 comments on commit 0860f74

Please sign in to comment.