makeup-next-id
Advanced tools
Comparing version 0.1.3 to 0.2.0
{ | ||
"dependencies":[ | ||
"require: ./index.js" | ||
"require: ./dist/index.js" | ||
] | ||
} |
{ | ||
"name": "makeup-next-id", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "makeup-next-id", | ||
"description": "Assign the next id in sequence to an element, if an id property does not already exist.", | ||
"version": "0.1.3", | ||
"main": "index.js", | ||
"version": "0.2.0", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-next-id", | ||
@@ -10,3 +10,3 @@ "author": "Ian McBurnie <ianmcburnie@hotmail.com>", | ||
"scripts": { | ||
"compile": "babel src/index.js --out-file index.js", | ||
"compile": "babel src --out-dir dist", | ||
"clean": "rimraf *.log .DS_Store" | ||
@@ -25,3 +25,3 @@ }, | ||
"browser.json", | ||
"index.js", | ||
"dist/index.js", | ||
"package-lock.json" | ||
@@ -31,4 +31,3 @@ ], | ||
"extends @ebay/browserslist-config" | ||
], | ||
"gitHead": "662ccb65a1c2dd54299366995d5371db515f7f61" | ||
] | ||
} |
@@ -5,4 +5,2 @@ # makeup-next-id | ||
A vanilla JavaScript port of <a href="https://github.com/ianmcburnie/jquery-next-id">jquery-next-id</a>. | ||
## Experimental | ||
@@ -9,0 +7,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4207
32
61