Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Commit

Permalink
update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clmath committed Sep 15, 2014
1 parent 0155f1b commit 0008786
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "delite-build",
"version": "0.3.0-alpha",
"version": "0.3.0",
"dependencies": {
"dojo": ">=1.9.1",
"requirejs": "2.1.x",
"requirejs-domready": "2.0.x",
"requirejs-text": "2.0.x",
"decor-build": "0.2.0-dev",
"decor-build": "0.2.1",
"dpointer-build": "0.3.x"
},
"devDependencies": {
"delite": "0.3.0-alpha"
"delite": "0.3.0"
},
"ignore": [
".jshintrc",
Expand Down
4 changes: 2 additions & 2 deletions layer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion layer.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions themes/defaultapp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* {
box-sizing: border-box;
}

html, body {
height: 100%;
margin: 0;
padding: 0;
}

0 comments on commit 0008786

Please sign in to comment.