Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "arc-theme", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "ARc theming utilities and resources", | ||
"license": "MIT", | ||
"repository": "diegohaz/arc-theme", | ||
"main": "dist/index.js", | ||
"author": { | ||
@@ -15,12 +16,22 @@ "name": "Diego Haz", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "xo && nyc ava", | ||
"test": "jest", | ||
"lint": "eslint src test", | ||
"coverage": "npm test -- --coverage && opn coverage/lcov-report/index.html", | ||
"clean": "del dist", | ||
"prebuild": "npm run clean", | ||
"build": "babel src -d dist", | ||
"patch": "npm version patch && npm publish", | ||
"minor": "npm version minor && npm publish", | ||
"major": "npm version major && npm publish", | ||
"prepublish": "npm run lint && npm test && npm run build", | ||
"postpublish": "git push origin master --follow-tags" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"jest": { | ||
"testRegex": "/test/.*", | ||
"testEnvironment": "node" | ||
}, | ||
"keywords": [ | ||
@@ -34,16 +45,15 @@ "arc", | ||
"devDependencies": { | ||
"ava": "^0.17.0", | ||
"coveralls": "^2.11.12", | ||
"nyc": "^10.0.0", | ||
"xo": "^0.17.0" | ||
}, | ||
"xo": { | ||
"esnext": true | ||
}, | ||
"nyc": { | ||
"reporter": [ | ||
"lcov", | ||
"text" | ||
] | ||
"babel-cli": "^6.18.0", | ||
"babel-eslint": "^7.1.1", | ||
"babel-jest": "^18.0.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-preset-stage-2": "^6.18.0", | ||
"del-cli": "^0.2.1", | ||
"eslint": "^3.12.2", | ||
"eslint-config-standard": "^6.2.1", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^2.0.1", | ||
"jest-cli": "^18.1.0", | ||
"opn-cli": "^3.1.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
12595
107
159
12
1