Skip to content

Commit 4c54142

Browse files
authored
Merge pull request #74 from meilisearch/remove_useless_files_from_npm_package
Only package src and dist
2 parents 1c043b2 + 3a16903 commit 4c54142

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meilisearch/scrapix",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Automatic scraper and indexer to Meilisearch of any website.",
55
"main": "dist/src/index.js",
66
"dependencies": {
@@ -50,5 +50,9 @@
5050
"eslint-plugin-prettier": "^4.2.1",
5151
"nodemon": "^2.0.22",
5252
"typescript": "^5.1.3"
53-
}
53+
},
54+
"files": [
55+
"dist",
56+
"src"
57+
]
5458
}

src/package_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.1.0'
1+
export const PACKAGE_VERSION = '0.1.1'

0 commit comments

Comments
 (0)