@tannin/compile
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,17 @@ | ||
## 1.0.3 (Unreleased) | ||
Internal | ||
- Add `repository.directory` to `package.json` | ||
## 1.0.2 (2019-01-19) | ||
Documentation | ||
- Correct documentation unpkg links | ||
Internal | ||
- Use Lerna for managing mono-repo | ||
## 1.0.1 (2018-11-04) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "@tannin/compile", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Compiles an evaluating function for a C expression", | ||
@@ -16,3 +16,4 @@ "main": "build/index.js", | ||
"type": "git", | ||
"url": "https://github.com/aduth/tannin.git" | ||
"url": "https://github.com/aduth/tannin.git", | ||
"directory": "packages/compile" | ||
}, | ||
@@ -29,4 +30,4 @@ "bugs": { | ||
"dependencies": { | ||
"@tannin/evaluate": "^1.1.0", | ||
"@tannin/postfix": "^1.0.1" | ||
"@tannin/evaluate": "^1.1.1", | ||
"@tannin/postfix": "^1.0.2" | ||
}, | ||
@@ -36,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f9eab450b38d99aa554626b550407f93397b7a4a" | ||
"gitHead": "32fce6eeefdc3db7819004e9044e707604af4cd9" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11180
Updated@tannin/evaluate@^1.1.1
Updated@tannin/postfix@^1.0.2