Skip to content

Commit

Permalink
0.6.2 - Added tarball and package.json npm script 'build-package'
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamworkGuy2 committed Apr 8, 2018
1 parent 91ce390 commit d34a61c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/


--------
### [0.6.1](N/A) - 2018-03-31
### [0.6.2](N/A) - 2018-04-08
#### Changed
* Added tarball and package.json npm script `build-package` reference for creating tarball


--------
### [0.6.1](https://github.com/TeamworkGuy2/dom-builder/commit/91ce390d6022843b95f1f817c3a2ab51d51084e3) - 2018-03-31
#### Changed
* Update tsconfig.json with `noImplicitReturns: true` and `forceConsistentCasingInFileNames: true`

Expand Down
Binary file added bin/dom-builder-0.6.2.tgz
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-builder",
"version": "0.6.1",
"version": "0.6.2",
"description": "TypeScript DOM builder utils, static helpers for element attributes and childNodes, and a virtual DOM implementation.",
"author": "TeamworkGuy2",
"homepage": "https://github.com/TeamworkGuy2/dom-builder",
Expand All @@ -11,9 +11,11 @@
"@types/mocha": "~5.0.0",
"chai": "~4.1.2",
"mocha": "~5.0.5",
"package-tarball": "~0.1.0",
"typescript": "~2.8.0"
},
"scripts": {
"build-package": "node ../package-tarball/index.js",
"test": "mocha -u tdd --recursive",
"tsc": "tsc"
}
Expand Down

0 comments on commit d34a61c

Please sign in to comment.