wasm-ast-types 0.3.6 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "wasm-ast-types",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.7",
|
4
4
|
"description": "CosmWasm TypeScript AST generation",
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
6
6
|
"homepage": "https://github.com/pyramation/cosmwasm-typescript-gen/tree/master/packages/wasm-ast-types#readme",
|
@@ -23,9 +23,8 @@
|
|
23
23
|
"build": "npm run build:module && npm run build:main",
|
24
24
|
"build:ts": "tsc --project ./tsconfig.json",
|
25
25
|
"prepare": "npm run build",
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"lint": "eslint src --fix",
|
26
|
+
"lint": "eslint .",
|
27
|
+
"format": "eslint . --fix",
|
29
28
|
"test": "jest",
|
30
29
|
"test:ast": "cross-env NODE_ENV=development babel-node scripts/test-ast.js",
|
31
30
|
"test:watch": "jest --watch",
|
@@ -85,5 +84,5 @@
|
|
85
84
|
"ast-stringify": "0.1.0",
|
86
85
|
"case": "1.6.3"
|
87
86
|
},
|
88
|
-
"gitHead": "
|
87
|
+
"gitHead": "1f32ebfe7996630272adbbb54a324ea4a0699267"
|
89
88
|
}
|