Skip to content

Commit

Permalink
Merge pull request #74 from meilisearch/remove_useless_files_from_npm…
Browse files Browse the repository at this point in the history
…_package

Only package src and dist
  • Loading branch information
bidoubiwa authored Aug 16, 2023
2 parents 1c043b2 + 3a16903 commit 4c54142
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meilisearch/scrapix",
"version": "0.1.0",
"version": "0.1.1",
"description": "Automatic scraper and indexer to Meilisearch of any website.",
"main": "dist/src/index.js",
"dependencies": {
Expand Down Expand Up @@ -50,5 +50,9 @@
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.22",
"typescript": "^5.1.3"
}
},
"files": [
"dist",
"src"
]
}
2 changes: 1 addition & 1 deletion src/package_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = '0.1.0'
export const PACKAGE_VERSION = '0.1.1'

0 comments on commit 4c54142

Please sign in to comment.