Skip to content

Commit

Permalink
Changed date format to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 7, 2015
1 parent cde4cc6 commit 8bd45b6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 8 June 2014
# 2014 June 8
# https://github.com/bevry/base

root = true
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 27 March 2015
# 2015 March 27
# https://github.com/bevry/base

# Temp Files
Expand Down
2 changes: 1 addition & 1 deletion .jscrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 5 April 2015
// 2015 April 5
// https://github.com/bevry/base
// http://jscs.info
{
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 18 September 2015
# 2015 September 18
# https://github.com/bevry/base

# Temp Files
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 9 September 2015
# 2015 September 9
# https://github.com/bevry/base

# Use the latest travis infrastructure
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
April 5 2015
2015 April 5
https://github.com/bevry/base
-->

Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# History

## v1.0.0 October 25, 2015
## v1.0.0 2015 October 25
- Some feature
2 changes: 1 addition & 1 deletion cyclic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 28 March 2015
// 2015 March 28
// https://github.com/bevry/base
(function () {
var fsUtil = require('fs')
Expand Down
2 changes: 1 addition & 1 deletion esnextguardian.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 18 September 2015
// 2015 September 18
// https://github.com/bevry/base
module.exports = require('esnextguardian')(
require('path').join(__dirname, 'esnext', 'lib', 'index.js'),
Expand Down
2 changes: 1 addition & 1 deletion nakefile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 11 September 2015
// 2015 September 11
// https://github.com/bevry/base
'use strict'

Expand Down

0 comments on commit 8bd45b6

Please sign in to comment.