Skip to content

Commit 9608b1a

Browse files
committed
fix fem-social-dashboard and fem-testemonials-grid
1 parent 4b2a855 commit 9608b1a

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-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-social-dashboard",
3+
"version": "1.0.0",
4+
"description": "![Design preview for the Social media dashboard with theme switcher coding challenge](./design/desktop-preview.jpg)",
5+
"main": "webpack.config.js",
6+
"scripts": {
7+
"dev": "webpack --mode development && webpack serve",
8+
"build": "webpack --mode production"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "ISC"
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "@frontend-projects/fem-testemonials-grid",
3+
"version": "1.0.0",
4+
"description": "fem-testemonials-grid",
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+
}

0 commit comments

Comments
 (0)