Skip to content

Commit 507472c

Browse files
committed
register fem-interactive-pricing-component and fem-intro-section-with-dropdown-navigation
1 parent 5665a92 commit 507472c

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

package-lock.json

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "@frontend-projects/fem-interactive-pricing-component",
3+
"version": "1.0.0",
4+
"description": "Oh hey, have some :ramen:",
5+
"main": "index.js",
6+
"scripts": {
7+
"build": "sass --update scss/:dist/ && cp -r ./index.html ./dist && cp -r ./images ./dist ",
8+
"dev": "sass --watch scss/:dist/"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "ISC"
13+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "@frontend-projects/fem-intro-section-with-dropdown-navigation",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "src/index.js",
6+
"scripts": {
7+
"dev": "webpack serve",
8+
"build": "webpack --mode=production"
9+
},
10+
"author": "",
11+
"license": "ISC"
12+
}

0 commit comments

Comments
 (0)