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 CHANGED
@@ -43,6 +43,7 @@ export const MOTOKO_KEYWORDS = [
43
43
  'stable',
44
44
  'flexible',
45
45
  'system',
46
+ 'ignore',
46
47
  ];
47
48
 
48
49
  export const configure = (monaco) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "motoko",
3
- "version": "0.1.3",
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": "git+https://github.com/rvanasa/parse-github-url.git"
14
+ "parse-github-url": "1.0.2"
15
15
  },
16
16
  "devDependencies": {
17
17
  "cross-env": "^7.0.3",