mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-09 15:47:55 -05:00
Update main entry in package.json
This commit is contained in:
537
package-lock.json
generated
537
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -8,7 +8,7 @@
|
||||
"dependencies": {
|
||||
"doctrine": "^3.0.0",
|
||||
"file": "^0.2.2",
|
||||
"lodash": "^4.17.14",
|
||||
"lodash": "^4.17.15",
|
||||
"markdown-it": "^9.0.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"requirejs": "^2.3.6",
|
||||
@@ -16,13 +16,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alrra/travis-scripts": "^3.0.1",
|
||||
"@babel/core": "^7.5.4",
|
||||
"@babel/preset-env": "^7.5.4",
|
||||
"@babel/register": "^7.4.4",
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"@babel/register": "^7.5.5",
|
||||
"auto-changelog": "^1.14.1",
|
||||
"del": "^5.0.0",
|
||||
"eslint": "^6.0.1",
|
||||
"eslint-plugin-jsdoc": "^15.5.2",
|
||||
"eslint-plugin-jsdoc": "^15.5.3",
|
||||
"expect.js": "^0.3.1",
|
||||
"find-parent-dir": "^0.3.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"joi": "^14.3.1",
|
||||
"jquery": "^3.4.1",
|
||||
"json3": "^3.3.3",
|
||||
"mocha": "^6.1.4",
|
||||
"mocha": "^6.2.0",
|
||||
"mocha-headless-chrome": "^2.0.3",
|
||||
"proxyquire": "^2.1.1",
|
||||
"serve-static": "^1.14.1",
|
||||
@@ -54,7 +54,7 @@
|
||||
"update-changelog": "auto-changelog --commit-limit false --package",
|
||||
"update-license": "node scripts/generate-license.js && git add LICENSE"
|
||||
},
|
||||
"main": "./lib/cli",
|
||||
"main": "./lib/cli.js",
|
||||
"bin": "./bin/modernizr",
|
||||
"files": [
|
||||
"LICENSE",
|
||||
|
||||
Reference in New Issue
Block a user