Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jul 18, 2015
1 parent c32defe commit 9c0c2a3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 26 deletions.
34 changes: 34 additions & 0 deletions .verb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# {%= name %} {%= badge("fury") %} {%= badge("travis") %}

> {%= description %}
## Install
{%= include("install-npm", {save: true}) %}

## Usage

```js
var ascending = require('{%= name %}');
['d', 'c', 'b', 'a'].sort(ascending);
//=> ['a', 'b', 'c', 'd']
```

## Related projects
{%= related(verb.related.list, {remove: name}) %}

## Running tests
{%= include("tests") %}

## Contributing
{%= include("contributing") %}

## Author
{%= include("author") %}

## License
{%= copyright() %}
{%= license() %}

***

{%= include("footer") %}
25 changes: 0 additions & 25 deletions .verbrc.md

This file was deleted.

4 changes: 3 additions & 1 deletion LICENSE-MIT → LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Copyright (c) 2014 Jon Schlinkert, contributors.
The MIT License (MIT)

Copyright (c) 2014, 2015 Jon Schlinkert.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down

0 comments on commit 9c0c2a3

Please sign in to comment.