Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
Update to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 5, 2018
1 parent cbec059 commit 08f5426
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 22 deletions.
48 changes: 29 additions & 19 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"serve": "http-server ./www/ -o -c 1 -a localhost",
"copy-f7": "cpy node_modules/framework7/dist/js/*.* www/framework7/js && cpy node_modules/framework7/dist/css/*.* www/framework7/css && cpy node_modules/framework7-icons/fonts/*.* www/fonts && cpy node_modules/material-design-icons/iconfont/*.{eot,ttf,woff,woff2} www/fonts",
"copy-f7": "cpy node_modules/framework7/js/*.* www/framework7/js && cpy node_modules/framework7/css/*.* www/framework7/css && cpy node_modules/framework7-icons/fonts/*.* www/fonts && cpy node_modules/material-design-icons/iconfont/*.{eot,ttf,woff,woff2} www/fonts",
"postinstall": "npm run copy-f7"
},
"keywords": [
Expand All @@ -29,8 +29,8 @@
"homepage": "https://github.com/framework7io/framework7-template-tabs#readme",
"devDependencies": {
"cpy-cli": "^1.0.1",
"framework7": "^2.2.5",
"framework7-icons": "^0.8.9",
"framework7": "^3.0.0",
"framework7-icons": "^0.9.1",
"http-server": "^0.10.0",
"material-design-icons": "^3.0.1"
}
Expand Down

0 comments on commit 08f5426

Please sign in to comment.