Skip to content

Commit 99b798d

Browse files
committed
Release 2.0.2
1 parent 85e0960 commit 99b798d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="2.0.2"></a>
2+
## 2.0.2 (2017-11-23)
3+
4+
* Transpile the library so it can be used by browsers ([9cfa48c](https://github.com/Kikobeats/aspect-ratio/commit/9cfa48c))
5+
* Update babel deps to latest ([7314bb7](https://github.com/Kikobeats/aspect-ratio/commit/7314bb7))
6+
7+
8+
19
<a name="2.0.1"></a>
210
## 2.0.1 (2017-11-09)
311

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aspect-ratio",
33
"description": "Get the screen aspect ratio of a device",
44
"homepage": "https://github.com/Kikobeats/aspect-ratio",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"main": "./lib/index.js",
77
"bin": {
88
"aspect-ratio": "bin/index.js"
@@ -45,9 +45,9 @@
4545
],
4646
"scripts": {
4747
"lint": "standard-markdown && standard",
48+
"prepare": "babel index.js --out-dir lib",
4849
"pretest": "npm run lint",
49-
"test": "mocha",
50-
"prepare": "babel index.js --out-dir lib"
50+
"test": "mocha"
5151
},
5252
"license": "MIT",
5353
"standard": {

0 commit comments

Comments
 (0)