Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "addtopage", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "add content to your page - how you want - using JavaScript", | ||
@@ -8,3 +8,3 @@ "main": "dist/addtopage.bundle.js", | ||
"build": "BABEL_ENV=production NODE_ENV=production webpack -p", | ||
"lint": "eslint src/ test/ --ignore-pattern test/helpers/", | ||
"lint": "eslint src/ test/ --ignore-pattern test/helpers/file-server", | ||
"report": "nyc report --reporter=html", | ||
@@ -17,16 +17,7 @@ "start": "webpack -p --watch", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"ava": "^0.18.2", | ||
"axios": "^0.15.2", | ||
"babel-core": "^6.24.0", | ||
"babel-eslint": "^7.1.0", | ||
"babel-loader": "^6.2.4", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"eslint": "^3.14.0", | ||
"express": "^4.14.0", | ||
"jsdom": "^9.2.1", | ||
"nyc": "^10.0.0", | ||
"webpack": "^1.13.1" | ||
"ava": { | ||
"require": [ | ||
"babel-core/register", | ||
"./test/helpers/setup-browser-env.js" | ||
] | ||
}, | ||
@@ -47,8 +38,29 @@ "babel": { | ||
}, | ||
"ava": { | ||
"require": [ | ||
"babel-core/register", | ||
"./test/helpers/setup-browser-env.js" | ||
] | ||
"eslintConfig": { | ||
"extends": "better-standard", | ||
"rules": { | ||
"max-len": [ | ||
"error", | ||
{ | ||
"code": 120 | ||
} | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.20.0", | ||
"axios": "^0.16.0", | ||
"babel-core": "^6.24.0", | ||
"babel-eslint": "^7.1.0", | ||
"babel-loader": "^7.0.0", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"eslint": "^4.1.0", | ||
"eslint-config-better-standard": "^0.0.1", | ||
"express": "^4.14.0", | ||
"jsdom": "^9.2.1", | ||
"nyc": "^11.0.2", | ||
"webpack": "^1.13.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
169134
14
7
0
1