Skip to content

Commit

Permalink
chore(package): rename package (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrachet authored Oct 14, 2024
1 parent d86aaa3 commit 1d92fc3
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "root",
"name": "flag-engine",
"version": "1.0.0",
"description": "",
"private": true,
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ff-engine",
"version": "1.0.0",
"description": "",
"name": "@flag-engine/core",
"version": "0.0.1",
"description": "Feature flags evaluation engine, runtime agnostic",
"type": "module",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand All @@ -22,7 +22,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.12.0",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d92fc3

Please sign in to comment.