We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c043b2 + 3a16903 commit 4c54142Copy full SHA for 4c54142
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@meilisearch/scrapix",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Automatic scraper and indexer to Meilisearch of any website.",
5
"main": "dist/src/index.js",
6
"dependencies": {
@@ -50,5 +50,9 @@
50
"eslint-plugin-prettier": "^4.2.1",
51
"nodemon": "^2.0.22",
52
"typescript": "^5.1.3"
53
- }
+ },
54
+ "files": [
55
+ "dist",
56
+ "src"
57
+ ]
58
}
src/package_version.ts
@@ -1 +1 @@
-export const PACKAGE_VERSION = '0.1.0'
+export const PACKAGE_VERSION = '0.1.1'
0 commit comments