Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ { | ||
"name": "wandboxjs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -9,0 +9,0 @@ "devDependencies": {}, |
@@ -5,3 +5,3 @@ Basic Wandbox API Wrapper | ||
```js | ||
const compiler = require("./index.js"); | ||
const compiler = require("wandboxjs"); | ||
@@ -8,0 +8,0 @@ compiler("go", ` |
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
4781