Skip to content

Commit

Permalink
chore(build) : publish dist dir
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Mar 20, 2023
1 parent 4bcbf10 commit 02893b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "@accordproject/template-engine",
"version": "1.0.0",
"version": "1.0.2",
"description": "Generation of AgreementMark from TemplateMark + JSON Data",
"homepage": "https://github.com/accordproject",
"engines": {
"node": ">=14",
"npm": ">=6"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"clean": "rimraf dist",
"prebuild": "npm-run-all clean",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
*/

export { TemplateMarkInterpreter } from './TemplateMarkInterpreter';
export { TemplateMarkToTypeScriptCompiler } from './TemplateMarkToTypeScriptCompiler';

0 comments on commit 02893b6

Please sign in to comment.