Skip to content

Commit 826851d

Browse files
committed
0.1.0 release
1 parent f930e63 commit 826851d

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

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-build-babel",
3-
"version": "0.0.10",
3+
"version": "0.1.0",
44
"homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-build-babel",
55
"description": "Provides NPM scripts for building ES6 projects using Babel for all TyphonJS NPM modules and beyond.",
66
"license": "MPL-2.0",
@@ -43,7 +43,8 @@
4343
"test": "node ./test/scripts/test.js"
4444
},
4545
"files": [
46-
"scripts"
46+
"scripts",
47+
"AUTHORS.md"
4748
],
4849
"directories": {},
4950
"bugs": {

0 commit comments

Comments
 (0)