@andrewbridge/mobiledoc-kit
Advanced tools
Comparing version 0.13.2 to 0.13.3
{ | ||
"name": "@andrewbridge/mobiledoc-kit", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "A toolkit for building WYSIWYG editors with Mobiledoc", | ||
@@ -19,2 +19,3 @@ "repository": "https://github.com/bustle/mobiledoc-kit", | ||
"build": "rollup -c", | ||
"build:types": "npx tsc src/**/*.ts --declaration --emitDeclarationOnly --outDir types", | ||
"build:docs": "jsdoc -c ./.jsdoc", | ||
@@ -37,3 +38,4 @@ "build:website": "yarn build:docs && yarn build && ./bin/build-website.sh", | ||
"dist/mobiledoc.cjs", | ||
"dist/mobiledoc.css" | ||
"dist/mobiledoc.css", | ||
"types/**/*.d.ts" | ||
], | ||
@@ -40,0 +42,0 @@ "author": "Garth Poitras <garth22@gmail.com> (http://garthpoitras.com/)", |
1045347
94
25123