Skip to content

Commit

Permalink
remove support for node versions less than v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jan 19, 2017
1 parent f58626d commit d54564a
Show file tree
Hide file tree
Showing 64 changed files with 50 additions and 1,381 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -4,5 +4,3 @@ node_js:
- 6
- 5
- 4
- iojs
- 0.12
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2016 Lloyd Brookes <75pound@gmail.com>
Copyright (c) 2014-17 Lloyd Brookes <75pound@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -366,4 +366,4 @@ There are two automatic groups: `_all` (contains all options) and `_none` (conta
* * *
&copy; 2014-16 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).
&copy; 2014-17 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).
9 changes: 0 additions & 9 deletions bin.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/bin/cli.js → bin/cli.js
@@ -1,5 +1,5 @@
'use strict'
const commandLineArgs = require('../../')
const commandLineArgs = require('../')
const os = require('os')
const fs = require('fs')
const path = require('path')
Expand Down
22 changes: 0 additions & 22 deletions es5/bin/cli.js

This file was deleted.

94 changes: 0 additions & 94 deletions es5/lib/argv.js

This file was deleted.

90 changes: 0 additions & 90 deletions es5/lib/command-line-args.js

This file was deleted.

57 changes: 0 additions & 57 deletions es5/lib/definition.js

This file was deleted.

0 comments on commit d54564a

Please sign in to comment.