@labshare/data-structures
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -0,1 +1,8 @@ | ||
## [3.1.1](https://github.com/LabShare/data-structures/compare/v3.1.0...v3.1.1) (2019-01-17) | ||
### Bug Fixes | ||
* create build system for data-structures ([39c6ce5](https://github.com/LabShare/data-structures/commit/39c6ce5)) | ||
# [3.1.0](https://github.com/LabShare/data-structures/compare/v3.0.0...v3.1.0) (2019-01-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@labshare/data-structures", | ||
"main": "./src/index.ts", | ||
"version": "3.1.0", | ||
"main": "./dist/data-structures.js", | ||
"version": "3.1.1", | ||
"description": "", | ||
@@ -21,6 +21,8 @@ "contributors": "https://github.com/LabShare/data-structures/graphs/contributors", | ||
"lint:fix": "npm run lint -- --fix", | ||
"build": "tsc --outDir build/", | ||
"build": "webpack", | ||
"build:watch": "webpack --watch", | ||
"commitmsg": "commitlint -e $GIT_PARAMS", | ||
"semantic-release": "semantic-release", | ||
"docs": "./node_modules/typedoc/bin/typedoc && touch ./docs/.nojekyll" | ||
"docs": "./node_modules/typedoc/bin/typedoc && touch ./docs/.nojekyll", | ||
"precommit": "npm run lint && npm run build && git add dist/data-structures.js" | ||
}, | ||
@@ -57,3 +59,6 @@ "dependencies": { | ||
"typedoc": "^0.12.0", | ||
"tslint": "^5.9.1" | ||
"tslint": "^5.9.1", | ||
"webpack-cli": "^3.2.1", | ||
"webpack-node-externals": "^1.7.2", | ||
"@ngtools/webpack": "^1.3.3" | ||
}, | ||
@@ -60,0 +65,0 @@ "publishConfig": { |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
285472
33
7812
28
2