File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
9
<a name =" 2.0.1 " ></a >
2
10
## 2.0.1 (2017-11-09)
3
11
Original file line number Diff line number Diff line change 2
2
"name" : " aspect-ratio" ,
3
3
"description" : " Get the screen aspect ratio of a device" ,
4
4
"homepage" : " https://github.com/Kikobeats/aspect-ratio" ,
5
- "version" : " 2.0.1 " ,
5
+ "version" : " 2.0.2 " ,
6
6
"main" : " ./lib/index.js" ,
7
7
"bin" : {
8
8
"aspect-ratio" : " bin/index.js"
45
45
],
46
46
"scripts" : {
47
47
"lint" : " standard-markdown && standard" ,
48
+ "prepare" : " babel index.js --out-dir lib" ,
48
49
"pretest" : " npm run lint" ,
49
- "test" : " mocha" ,
50
- "prepare" : " babel index.js --out-dir lib"
50
+ "test" : " mocha"
51
51
},
52
52
"license" : " MIT" ,
53
53
"standard" : {
You can’t perform that action at this time.
0 commit comments