Skip to content

Commit a7281c0

Browse files
committed
Fixes #6. Wrong value for "main" field in package.json
1 parent cae6aa1 commit a7281c0

10 files changed

+477
-12
lines changed

.babelrc

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"presets": [
3-
"env"
3+
["env", {
4+
"targets": {
5+
"browsers": [
6+
"last 3 Chrome versions",
7+
"last 3 Firefox versions",
8+
"last 3 Opera versions",
9+
"Explorer >= 10",
10+
"Safari >= 8",
11+
"iOS >= 8",
12+
"Android >= 4.4"
13+
]
14+
}
15+
}]
416
],
517
"plugins": [
618
"babel-plugin-add-module-exports"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ the internal mapping, honoring the user mapping first:
127127
<script src="https://unpkg.com/array-sort-by/dist/sort-by-full.min.js"></script>
128128

129129
<!-- from rawgit.com -->
130-
<script src="https://cdn.rawgit.com/jherax/array-sort-by/1.2.0/dist/sort-by.min.js"></script>
130+
<script src="https://cdn.rawgit.com/jherax/array-sort-by/1.2.1/dist/sort-by.min.js"></script>
131131
<!-- from rawgit.com, including polyfills -->
132-
<script src="https://cdn.rawgit.com/jherax/array-sort-by/1.2.0/dist/sort-by-full.min.js"></script>
132+
<script src="https://cdn.rawgit.com/jherax/array-sort-by/1.2.1/dist/sort-by-full.min.js"></script>
133133
```
134134

135135
In the above case, the function [`sortBy`](#examples) is included as

dist/sort-by-full.min.js

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

dist/sort-by-full.min.map

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

0 commit comments

Comments
 (0)