Skip to content

Commit b09be9e

Browse files
committed
Update to latest
1 parent 9fcb7a2 commit b09be9e

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1 class="docs-c-hero__title">Point</h1>
99
A flexible CSS Framework for building modern responsive web apps.
1010
</p>
1111
<div class="btnGroup">
12-
<a href="https://github.com/moyus/point" class="btn btn--primary btn--outline btn--lg">Download <small>v0.8.1</small></a>
12+
<a href="https://github.com/moyus/point" class="btn btn--primary btn--outline btn--lg">Download <small>v0.8.3</small></a>
1313
<a href="{{site.url}}getting-started" class="btn btn--primary btn--outline btn--lg">Documentation</a>
1414
</div>
1515
</div>

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "point-sass",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"homepage": "http://getpoint.io",
55
"author": "moyu <moyuboy@gmail.com> (http://liuxinyu.me)",
66
"description": "A flexible CSS Framework for building modern responsive web apps",
@@ -45,9 +45,7 @@
4545
"gulp-sass": "^3.1.0",
4646
"gulp-sizereport": "^1.2.0",
4747
"gulp-sourcemaps": "^1.6.0",
48-
"postcss-flexbugs-fixes": "^2.1.0"
49-
},
50-
"dependencies": {
48+
"postcss-flexbugs-fixes": "^2.1.0",
5149
"highlight.js": "^9.9.0"
5250
}
5351
}

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 class="docs-c-hero__title">Point</h1>
2222
A flexible CSS Framework for building modern responsive web apps.
2323
</p>
2424
<div class="btnGroup">
25-
<a href="https://github.com/moyus/point" class="btn btn--primary btn--outline btn--lg">Download <small>v0.8.1</small></a>
25+
<a href="https://github.com/moyus/point" class="btn btn--primary btn--outline btn--lg">Download <small>v0.8.3</small></a>
2626
<a href="/getting-started" class="btn btn--primary btn--outline btn--lg">Documentation</a>
2727
</div>
2828
</div>

0 commit comments

Comments
 (0)