motoko 3.0.0-beta2 → 3.0.0-beta3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "motoko",
|
3
|
-
"version": "3.0.0-
|
3
|
+
"version": "3.0.0-beta3",
|
4
4
|
"description": "Compile and run Motoko smart contracts in Node.js or the browser.",
|
5
5
|
"author": "Ryan Vandersmith (https://github.com/rvanasa)",
|
6
6
|
"license": "Apache-2.0",
|
@@ -53,7 +53,8 @@
|
|
53
53
|
"src/**/*",
|
54
54
|
"lib/**/*",
|
55
55
|
"contrib/**/*",
|
56
|
-
"versions/latest/**/*"
|
56
|
+
"versions/latest/**/*",
|
57
|
+
"packages/latest/**/*"
|
57
58
|
],
|
58
59
|
"keywords": [
|
59
60
|
"motoko",
|