@flarehr/apollo-benefits 2.3.243 → 2.3.248
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flarehr/apollo-benefits",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.248",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Flare Benefits",
|
|
6
6
|
"main": "dist/lib/index.cjs.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"build": "preact build --no-prerender",
|
|
19
19
|
"start": "npm run dev",
|
|
20
20
|
"serve": "sirv build --port 7100 --cors --single",
|
|
21
|
-
"dev": "preact watch -c preact.dev.config.js -p 7100 --refresh",
|
|
21
|
+
"dev": "preact watch -c preact.dev.config.js -p 7100 --refresh --template src/template.dev.html",
|
|
22
22
|
"dev:api": "cd ../api/Benefits.Api && func start --build",
|
|
23
23
|
"lint": "eslint src/**/*.{js,jsx,ts,tsx}",
|
|
24
24
|
"lint:fix": "eslint src/**/*.{js,jsx,ts,tsx} --fix",
|