Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "apekui", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack --config webpack.config.js" | ||
}, | ||
@@ -9,0 +10,0 @@ "keywords": [], |
@@ -26,3 +26,3 @@ var path = require("path"); | ||
resolve: { | ||
extensions: ["", ".ts", ".tsx", ".js"] | ||
extensions: [".ts", ".tsx", ".js"] | ||
}, | ||
@@ -29,0 +29,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
5548
6
134