Skip to content

Commit

Permalink
support for inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
squallstar committed Feb 24, 2017
1 parent 450ea25 commit 8b32379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "fliplet-cli",
"version": "3.0.2",
"description": "",
"version": "3.0.3",
"description": "Development tools to build components and themes on Fliplet",
"main": "fliplet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
1 change: 1 addition & 0 deletions theme-template/theme.json
Expand Up @@ -8,6 +8,7 @@
"scss/index.scss"
],
"settings": {
"inherits": [],
"configuration": [
{
"name": "Page",
Expand Down

0 comments on commit 8b32379

Please sign in to comment.