Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Upversion to 2.2.1
Browse files Browse the repository at this point in the history
+ add a script shortcut for building dist files
  • Loading branch information
cee-chen committed Jun 26, 2019
1 parent 746d102 commit 7c47310
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"src",
"gulpfile.js"
],
"version": "2.2.0"
"version": "2.2.1"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "objectFitPolyfill",
"version": "2.2.0",
"version": "2.2.1",
"description": "A Javascript polyfill for browsers that don't support the object-fit CSS property",
"main": "dist/objectFitPolyfill.min.js",
"files": [
Expand All @@ -22,6 +22,7 @@
"url": "https://github.com/constancecchen/object-fit-polyfill/issues"
},
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/objectFitPolyfill.basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------
* objectFitPolyfill 2.2.0
* objectFitPolyfill 2.2.1
*
* Basic, no-frills version -
* Defaults to object-fit: cover and object-position: 50% 50%
Expand Down
2 changes: 1 addition & 1 deletion src/objectFitPolyfill.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*----------------------------------------
* objectFitPolyfill 2.2.0
* objectFitPolyfill 2.2.1
*
* Made by Constance Chen
* Released under the MIT license
Expand Down

0 comments on commit 7c47310

Please sign in to comment.