@amalto/wordings
Advanced tools
Comparing version 1.9.22 to 1.9.23
@@ -5,3 +5,3 @@ { | ||
"description": "Wordings used on platform6.", | ||
"version": "1.9.22", | ||
"version": "1.9.23", | ||
"license": "MIT", | ||
@@ -42,7 +42,7 @@ "repository": { | ||
"nyc": "^13.2.0", | ||
"ts-loader": "5.3.3", | ||
"typescript": "2.6.2", | ||
"webpack": "^4.29.5" | ||
"ts-loader": "6.2.1", | ||
"typescript": "3.7.2", | ||
"webpack": "4.41.2" | ||
}, | ||
"gitHead": "eb79ad91cabb7be571c949ec14ca578c3b2f60a3" | ||
"gitHead": "9202725e98553156b94cc464a148924c2a797c74" | ||
} |
{ | ||
"compilerOptions": { | ||
"target": "es5", | ||
"module": "commonjs", | ||
"noImplicitAny": false, | ||
"noUnusedParameters": true, | ||
"removeComments": true, | ||
"outDir": "./build", | ||
"jsx": "react", | ||
"sourceMap": true, | ||
"declaration": true, | ||
"experimentalDecorators": true, | ||
"lib": [ | ||
"dom", | ||
"es5", | ||
"es6", | ||
"es2015", | ||
"es7", | ||
"es2016", | ||
"es2017" | ||
] | ||
}, | ||
"compilerOptions": { | ||
"target": "es5", | ||
"lib": [ | ||
"dom", | ||
"dom.iterable", | ||
"esnext", | ||
"es5", | ||
"es6", | ||
"es7", | ||
"es2015", | ||
"es2016", | ||
"es2017", | ||
"es2018" | ||
], | ||
"skipLibCheck": true, | ||
"esModuleInterop": true, | ||
"allowSyntheticDefaultImports": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"jsx": "react", | ||
"outDir": "./build", | ||
"noImplicitAny": false, | ||
"noUnusedParameters": true, | ||
"removeComments": true, | ||
"sourceMap": true, | ||
"declaration": true, | ||
"experimentalDecorators": true | ||
}, | ||
"exclude": [ | ||
"node_modules" | ||
] | ||
} | ||
} |
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
215876
5328