bowhead-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bowhead-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tiny string interpolation library", | ||
@@ -20,3 +20,3 @@ "main": "dist/main.js", | ||
"test": "yarn run clean && yarn run compile && yarn run lint && yarn run t", | ||
"t": "jest", | ||
"t": "mocha dist_tests/*.js", | ||
"build": "cross-env NODE_ENV=production yarn test", | ||
@@ -32,13 +32,8 @@ "compile": "tsc -b tests", | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.17", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.7.1", | ||
"cross-env": "^5.2.0", | ||
"del-cli": "^2.0.0", | ||
"jest": "^24.8.0", | ||
"mocha": "^6.2.0", | ||
"tslint": "^5.18.0", | ||
@@ -45,0 +40,0 @@ "typescript": "^3.5.3" |
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
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
79820