Comparing version 0.0.5 to 0.0.6
@@ -21,2 +21,3 @@ const { Circle } = require("./circle.js"); | ||
const { Fifteen } = require("./fifteen.js"); | ||
const { Automata } = require("./automata.js"); | ||
@@ -44,2 +45,3 @@ module.exports = { | ||
fifteen: Fifteen, | ||
automata: Automata, | ||
}; |
{ | ||
"name": "hashart", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "next dev", |
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
1520542
45
4699