@aboutbits/internationalization
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -0,1 +1,4 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = void 0; | ||
var Internationalization = /** @class */ (function () { | ||
@@ -13,2 +16,2 @@ function Internationalization(supportedLanguages, fallbackLanguage) { | ||
}()); | ||
export { Internationalization as default }; | ||
exports.default = Internationalization; |
{ | ||
"name": "@aboutbits/internationalization", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Internationalization", | ||
@@ -22,4 +22,4 @@ "keywords": [ | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"version": "npm run lint:fix && git add -A src", | ||
"prepublishOnly": "npm run test && npm run lint", | ||
"version": "npm run test && npm run lint && git add -A src", | ||
"postversion": "git push && git push --tags" | ||
@@ -26,0 +26,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
5063
23