Skip to content

Commit dd20757

Browse files
committed
0.1.0 release
1 parent 133a03c commit dd20757

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

AUTHORS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
####Corporate Copyright Statements
2+
-----
3+
4+
Copyright (c) 2015-present TyphonRT Inc. [@typhonrt](https://github.com/typhonrt)
5+
6+
####Contributors
7+
-----
8+
9+
Michael Leahy [@typhonrt](https://github.com/typhonrt)

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## 0.1.0 (2016-03-13)
2+
- Initial stable release.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typhonjs-npm-scripts-publish",
3-
"version": "0.0.12",
3+
"version": "0.1.0",
44
"homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-publish",
55
"description": "Provides NPM scripts for pre-publish and publish actions for TyphonJS NPM modules and beyond.",
66
"license": "MPL-2.0",
@@ -40,7 +40,8 @@
4040
"test": "node ./test/scripts/test.js"
4141
},
4242
"files": [
43-
"scripts"
43+
"scripts",
44+
"AUTHORS.md"
4445
],
4546
"directories": {},
4647
"bugs": {

0 commit comments

Comments
 (0)