@alline/core
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## [1.0.1](https://gitlab.com/alline/core/compare/v1.0.0...v1.0.1) (2020-05-08) | ||
### Bug Fixes | ||
* remove script ([9fbe9f2](https://gitlab.com/alline/core/commit/9fbe9f2ef705d2667b411a83e9cad7d3ebfe4489)) | ||
# 1.0.0 (2020-05-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@alline/core", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Core for Alline.", | ||
@@ -18,4 +18,3 @@ "main": "./lib/index.js", | ||
"lint": "eslint --ext .ts src", | ||
"publish": "semantic-release", | ||
"test": "node lib/log.js" | ||
"publish": "semantic-release" | ||
}, | ||
@@ -22,0 +21,0 @@ "files": [ |
@@ -5,3 +5,3 @@ # @alline/core | ||
Data model for Alline. | ||
Core for Alline. | ||
@@ -8,0 +8,0 @@ ## Installation |
21468