motoko 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/contrib/monaco.js +1 -0
- package/package.json +2 -2
package/contrib/monaco.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "motoko",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.4",
|
4
4
|
"description": "Compile Motoko smart contracts in Node.js and the browser.",
|
5
5
|
"author": "Ryan Vandersmith (https://github.com/rvanasa)",
|
6
6
|
"license": "Apache-2.0",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
13
|
"cross-fetch": "3.1.5",
|
14
|
-
"parse-github-url": "
|
14
|
+
"parse-github-url": "1.0.2"
|
15
15
|
},
|
16
16
|
"devDependencies": {
|
17
17
|
"cross-env": "^7.0.3",
|