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

Commit 0008786

Browse files
committed
update to 0.3.0
1 parent 0155f1b commit 0008786

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "delite-build",
3-
"version": "0.3.0-alpha",
3+
"version": "0.3.0",
44
"dependencies": {
55
"dojo": ">=1.9.1",
66
"requirejs": "2.1.x",
77
"requirejs-domready": "2.0.x",
88
"requirejs-text": "2.0.x",
9-
"decor-build": "0.2.0-dev",
9+
"decor-build": "0.2.1",
1010
"dpointer-build": "0.3.x"
1111
},
1212
"devDependencies": {
13-
"delite": "0.3.0-alpha"
13+
"delite": "0.3.0"
1414
},
1515
"ignore": [
1616
".jshintrc",

layer.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

layer.map

+1-1
Large diffs are not rendered by default.

themes/defaultapp.css

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* {
2+
box-sizing: border-box;
3+
}
4+
5+
html, body {
6+
height: 100%;
7+
margin: 0;
8+
padding: 0;
9+
}

0 commit comments

Comments
 (0)