Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3 from blendle/update-documentation
Browse files Browse the repository at this point in the history
Update documentation and remove test script
  • Loading branch information
jessedijkstra authored Jun 29, 2016
2 parents b5dfa4e + 69e89a9 commit 8eacb1b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: node_js
cache:
directories:
- node_modules
script:
- script/test
after_script:
- export NPM_PACKAGE_VERSION=$(semver $(node -p -e "require('./package.json').version"))
- export GIT_PACKAGE_VERSION=$(semver $(git describe --tags || echo "0.0.0"))
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ npm install --save emailcorrect

This assumes that you’re using [npm](http://npmjs.com/) package manager with a module bundler like [Webpack](http://webpack.github.io) or [Browserify](http://browserify.org/) to consume [CommonJS modules](http://webpack.github.io/docs/commonjs.html).

If you don’t yet use [npm](http://npmjs.com/) or a modern module bundler, and would rather prefer a single-file [UMD](https://github.com/umdjs/umd) build that makes `EmailCorrect` available as a global object, you can grab a pre-built version from [cdnjs](https://cdnjs.com/libraries/emailcorrect).

## License

ISC
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emailcorrect",
"version": "0.0.1",
"version": "0.0.2",
"description": "Test and auto correct e-mail addresses",
"main": "./src/emailcorrect.js",
"scripts": {
Expand Down
6 changes: 0 additions & 6 deletions script/test

This file was deleted.

0 comments on commit 8eacb1b

Please sign in to comment.