Bump version for npm

This commit is contained in:
Kevin MacMartin 2018-05-14 15:13:37 -04:00
parent 464f53e271
commit 89a12f6356
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.4",
"version": "1.7.5",
"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.4",
"version": "1.7.5",
"license": "MIT",
"main": "contain-element.min.js",
"homepage": "https://github.com/WilliamsNY/contain-element",