Skip to content

Commit

Permalink
build(unplugin): update package.json with missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rowellx68 committed May 16, 2024
1 parent c3670a2 commit 5da735c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/unplugin-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"version": "0.1.0",
"description": "A collection of i18next plugins for Vite, Rollup, Webpack, Farm and esbuild",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"test": "vitest run",
"format": "prettier --write .",
Expand Down Expand Up @@ -48,6 +53,10 @@
],
"author": "Rowell Heria",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rowellx68/i18next-utilities.git"
},
"devDependencies": {
"@farmfe/core": "^1.1.6",
"@types/node": "^20.12.12",
Expand Down

0 comments on commit 5da735c

Please sign in to comment.