Skip to content

Commit

Permalink
Merge pull request #75 from AddSearch/sc-11177/include-src-directory-…
Browse files Browse the repository at this point in the history
…when-library-is-installed-as-dependency

Sc 11177/include src directory when library is installed as dependency
  • Loading branch information
haoAddsearch authored Nov 15, 2024
2 parents 2d2e91a + ab2b29d commit a3b64e4
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 103 deletions.
2 changes: 1 addition & 1 deletion dist/addsearch-js-client.min.js

Large diffs are not rendered by default.

151 changes: 52 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "addsearch-js-client",
"version": "0.8.15",
"version": "0.8.16",
"description": "AddSearch API JavaScript client",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,8 @@
"types": "index.d.ts",
"files": [
"dist",
"index.d.ts"
"index.d.ts",
"src"
],
"scripts": {
"build": "npm run test && ./node_modules/webpack-cli/bin/cli.js",
Expand All @@ -58,7 +59,7 @@
"eslint": "^8.45.0",
"eslint-webpack-plugin": "^3.1.1",
"esm": "^3.2.25",
"fetch-mock": "^9.11.0",
"fetch-mock": "^12.1.0",
"mocha": "^10.0.0",
"prettier": "^3.3.3",
"terser-webpack-plugin": "^5.3.1",
Expand Down

0 comments on commit a3b64e4

Please sign in to comment.