constant-mirror
Advanced tools
Comparing version 1.0.2 to 1.0.5
{ | ||
"name": "constant-mirror", | ||
"version": "1.0.2", | ||
"version": "1.0.5", | ||
"description": "A simple tool for creating objects with keys mirrored as values. Inspired by React's keyMirror.", | ||
@@ -13,16 +13,24 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"index.js" | ||
"lib/" | ||
], | ||
"scripts": { | ||
"prepublish": "babel --stage=0 src/index.js -o index.js", | ||
"pretest": "babel --stage=0 src/index.js -o index.js", | ||
"test": "mocha --compilers js:babel/register" | ||
"build": "babel src --out-dir=lib", | ||
"clean": "rimraf coverage lib", | ||
"test:cov": "babel-node $(npm bin)/isparta cover $(npm bin)/_mocha", | ||
"test:watch": "npm run test -- --watch", | ||
"test": "mocha --compilers=js:babel/register", | ||
"preversion": "npm run clean && npm run test:cov", | ||
"version": "npm run build", | ||
"postversion": "git push && git push --tags && npm run clean", | ||
"prepublish": "npm run clean && npm run build" | ||
}, | ||
"devDependencies": { | ||
"babel": "^5.8.21", | ||
"expect.js": "*", | ||
"mocha": "*" | ||
"babel": "^5.8.23", | ||
"expect.js": "^0.3.1", | ||
"isparta": "^3.0.4", | ||
"mocha": "^2.2.5", | ||
"rimraf": "^2.4.3" | ||
} | ||
} |
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
3519
5
13