@guildofweavers/air-assembly
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -21,2 +21,4 @@ "use strict"; | ||
// ================================================================================================ | ||
var AirSchema_1 = require("./lib/AirSchema"); | ||
exports.AirSchema = AirSchema_1.AirSchema; | ||
var expressions_1 = require("./lib/expressions"); | ||
@@ -23,0 +25,0 @@ exports.LiteralValue = expressions_1.LiteralValue; |
{ | ||
"name": "@guildofweavers/air-assembly", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A low-level language for encoding Algebraic Intermediate Representation of computations", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"compile": "tsc -p .", | ||
"copyfiles": "copyfiles ./package.json ./package-lock.json ./air-assembly.d.ts ./.npmignore ./README.md bin", | ||
"copyfiles": "copyfiles ./package*.json ./*.d.ts ./*.md ./.npmignore \"**/*.air\" bin", | ||
"build": "npm run clean && npm run copyfiles && npm run compile", | ||
@@ -31,0 +31,0 @@ "publish": "npm publish bin --access=public" |
208387
3966