We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91e4b1 commit 0a05c3eCopy full SHA for 0a05c3e
package.json
@@ -1,14 +1,16 @@
1
{
2
"name": "@loadsmart/react-frontend-settings",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"description": "Dynamic frontend settings for React applications",
5
"source": "src/index.ts",
6
"main": "dist/main.js",
7
"types": "dist/index.d.ts",
8
"module": "dist/module.js",
9
"author": "Loadsmart <[email protected]>",
10
"license": "MIT",
11
- "files": ["dist/**/*"],
+ "files": [
12
+ "dist/**/*"
13
+ ],
14
"repository": {
15
"type": "git",
16
"url": "https://github.com/loadsmart/react-frontend-settings.git"
0 commit comments