@humanwhocodes/momoa
Advanced tools
Comparing version 3.3.7 to 3.3.8
{ | ||
"name": "@humanwhocodes/momoa", | ||
"version": "3.3.7", | ||
"version": "3.3.8", | ||
"description": "JSON AST parser, tokenizer, printer, traverser.", | ||
@@ -34,4 +34,5 @@ "author": "Nicholas C. Zakas", | ||
"scripts": { | ||
"build": "rollup -c && npm run fixup && tsc -p tsconfig.build.json && npm run copy-dts", | ||
"build": "rollup -c && npm run fixup && tsc -p tsconfig.build.json && npm run copy-dts && npm run build-dcts", | ||
"copy-dts": "node -e \"fs.copyFileSync('dist/momoa.d.ts', 'dist/momoa.d.cts')\"", | ||
"build-dcts": "node tools/update-cts-references.js", | ||
"fixup": "node tools/strip-typedef-aliases.js", | ||
@@ -38,0 +39,0 @@ "lint": "eslint *.js src/*.js tests/*.js", |
Sorry, the diff of this file is not supported yet
229399
9