Bump the version to 1.7.4

This commit is contained in:
Kevin MacMartin 2018-05-14 15:11:54 -04:00
parent 950606235d
commit 464f53e271
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "contain-element",
"version": "1.7.3",
"version": "1.7.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "contain-element",
"description": "A JavaScript plugin to contain an element within its parent element.",
"version": "1.7.3",
"version": "1.7.4",
"license": "MIT",
"main": "contain-element.min.js",
"homepage": "https://github.com/WilliamsNY/contain-element",