topcoat-utils
Advanced tools
Comparing version 0.4.1 to 1.0.0
{ | ||
"name": "topcoat-utils", | ||
"version": "0.4.1", | ||
"description": "Utils for Topcoat", | ||
"style": "src/", | ||
"style": "./src/utils.css", | ||
"scripts": { | ||
"test": "ava test", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/topcoat/topcoat.git" | ||
"url": "https://github.com/topcoat/utils.git" | ||
}, | ||
@@ -21,3 +24,29 @@ "keywords": [ | ||
"url": "https://github.com/topcoat/topcoat/issues" | ||
} | ||
} | ||
}, | ||
"ava": { | ||
"require": [ | ||
"babel-register" | ||
], | ||
"babel": "inherit" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015" | ||
] | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.16.0", | ||
"babel-cli": "^6.14.0", | ||
"babel-core": "^6.14.0", | ||
"babel-preset-es2015": "^6.14.0", | ||
"babel-register": "^6.14.0", | ||
"resin": "^1.1.0", | ||
"semantic-release": "^4.3.5" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-customizable" | ||
} | ||
}, | ||
"version": "1.0.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2350
1
7