Skip to content

Commit

Permalink
0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Dec 12, 2024
1 parent c24a2b2 commit b56aa10
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "@nkzw/fbtee-internal",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm -r build",
"build:all": "pnpm -r build && pnpm -r build:types && pnpm install && pnpm copy-files && cd example && pnpm build:fbtee",
"copy-files": "find packages/* -type d -maxdepth 0 -exec cp README.md LICENSE {} \\;",
"clean": "rm -rf packages/*/lib; cd example pnpm clean",
"copy-files": "find packages/* -type d -maxdepth 0 -exec cp README.md LICENSE {} \\;",
"dev": "cd example && pnpm build:fbtee && pnpm dev",
"lint:format": "prettier --cache --check .",
"format": "prettier --write .",
"jest": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --no-warnings\" node_modules/.bin/jest",
"lint": "eslint --cache .",
"lint:format": "prettier --cache --check .",
"ship": "pnpm clean && pnpm build:all && pnpm test && pnpm publish -r --access public",
"test": "npm-run-all --parallel lint jest tsc:check lint:format",
"tsc:check": "tsc"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-fbtee/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/babel-fbtee",
"version": "0.0.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-fbtee-auto-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/babel-plugin-fbtee-auto-import",
"version": "0.0.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-fbtee-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/babel-plugin-fbtee-runtime",
"version": "0.0.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-fbtee/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/babel-plugin-fbtee",
"version": "0.0.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down
2 changes: 1 addition & 1 deletion packages/fbtee/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fbtee",
"version": "0.0.2",
"version": "0.0.3",
"description": "The JavaScript & React Internationalization Framework.",
"keywords": [
"fbt",
Expand Down

0 comments on commit b56aa10

Please sign in to comment.