Skip to content

Commit

Permalink
chore(unassertify): transfer to unassert-js organization
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Dec 16, 2016
1 parent 4942d2a commit 72ea9da
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
### [2.0.3](https://github.com/twada/unassertify/releases/tag/v2.0.3) (2015-12-16)
### [2.0.3](https://github.com/unassert-js/unassertify/releases/tag/v2.0.3) (2015-12-16)


#### Bug Fixes

* copy sourceRoot even if it is an empty string ([d687a4bc](https://github.com/twada/unassertify/commit/d687a4bcc1514d030abd9170db04660dd861267e))
* copy sourceRoot even if it is an empty string ([d687a4bc](https://github.com/unassert-js/unassertify/commit/d687a4bcc1514d030abd9170db04660dd861267e))


### [2.0.2](https://github.com/twada/unassertify/releases/tag/v2.0.2) (2015-09-27)
### [2.0.2](https://github.com/unassert-js/unassertify/releases/tag/v2.0.2) (2015-09-27)


#### Bug Fixes

* should not transform JSON file ([6653d38c](https://github.com/twada/unassertify/commit/6653d38c3cf69d4601a3f517226d8d403629f756))
* should not transform JSON file ([6653d38c](https://github.com/unassert-js/unassertify/commit/6653d38c3cf69d4601a3f517226d8d403629f756))


### [2.0.1](https://github.com/twada/unassertify/releases/tag/v2.0.1) (2015-09-27)
### [2.0.1](https://github.com/unassert-js/unassertify/releases/tag/v2.0.1) (2015-09-27)


* add [SUPPORTED PATTERNS](https://github.com/twada/unassertify#supported-patterns) section to README
* add [SUPPORTED PATTERNS](https://github.com/unassert-js/unassertify#supported-patterns) section to README
* linting and refactoring


## [2.0.0](https://github.com/twada/unassertify/releases/tag/v2.0.0) (2015-09-25)
## [2.0.0](https://github.com/unassert-js/unassertify/releases/tag/v2.0.0) (2015-09-25)


#### Features

* [remove assertions even if `debug` option is on](https://github.com/twada/unassertify/pull/2)
* [remove assertions even if `debug` option is on](https://github.com/unassert-js/unassertify/pull/2)


#### Breaking Changes

* Since this release, assertions are always removed even if `debug` option is on. If you don't want to remove assertions when `debug` is on, simply do not add `unassertify` on that build configuration.


### [1.0.2](https://github.com/twada/unassertify/releases/tag/v1.0.2) (2015-05-27)
### [1.0.2](https://github.com/unassert-js/unassertify/releases/tag/v1.0.2) (2015-05-27)


* extract [unassert](https://github.com/twada/unassert) module out ([0e192a2d](https://github.com/twada/unassertify/commit/0e192a2d0fdf31a0ffb410d57e779c446785f3bd))
* extract [unassert](https://github.com/unassert-js/unassert) module out ([0e192a2d](https://github.com/unassert-js/unassertify/commit/0e192a2d0fdf31a0ffb410d57e779c446785f3bd))


### [1.0.1](https://github.com/twada/unassertify/releases/tag/v1.0.1) (2015-05-27)
### [1.0.1](https://github.com/unassert-js/unassertify/releases/tag/v1.0.1) (2015-05-27)


* skip traversing node to be deleted ([f936b632](https://github.com/twada/unassertify/commit/f936b632d58a427d2c458a21d706e17f9b97b311))
* skip traversing node to be deleted ([f936b632](https://github.com/unassert-js/unassertify/commit/f936b632d58a427d2c458a21d706e17f9b97b311))


## [1.0.0](https://github.com/twada/unassertify/releases/tag/v1.0.0) (2015-05-27)
## [1.0.0](https://github.com/unassert-js/unassertify/releases/tag/v1.0.0) (2015-05-27)


* The first release.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ unassertify

#### RELATED MODULES

- [unassert](https://github.com/twada/unassert): Encourage reliable programming by writing assertions in production code, and compiling them away from release.
- [babel-plugin-unassert](https://github.com/twada/babel-plugin-unassert): Babel plugin for unassert
- [webpack-unassert-loader](https://github.com/zoncoen/webpack-unassert-loader): Webpack loader for unassert
- [gulp-unassert](https://github.com/twada/gulp-unassert): Gulp plugin for unassert
- [unassert-cli](https://github.com/twada/unassert-cli): CLI for unassert
- [unassert](https://github.com/unassert-js/unassert): Encourage reliable programming by writing assertions in production code, and compiling them away from release.
- [babel-plugin-unassert](https://github.com/unassert-js/babel-plugin-unassert): Babel plugin for unassert
- [webpack-unassert-loader](https://github.com/unassert-js/webpack-unassert-loader): Webpack loader for unassert
- [gulp-unassert](https://github.com/unassert-js/gulp-unassert): Gulp plugin for unassert
- [unassert-cli](https://github.com/unassert-js/unassert-cli): CLI for unassert


INSTALL
Expand Down Expand Up @@ -134,11 +134,11 @@ Licensed under the [MIT](https://twada.mit-license.org/2015-2016) license.
[npm-url]: https://npmjs.org/package/unassertify
[npm-image]: https://badge.fury.io/js/unassertify.svg

[travis-url]: https://travis-ci.org/twada/unassertify
[travis-image]: https://secure.travis-ci.org/twada/unassertify.svg?branch=master
[travis-url]: https://travis-ci.org/unassert-js/unassertify
[travis-image]: https://secure.travis-ci.org/unassert-js/unassertify.svg?branch=master

[depstat-url]: https://gemnasium.com/twada/unassertify
[depstat-image]: https://gemnasium.com/twada/unassertify.svg
[depstat-url]: https://gemnasium.com/unassert-js/unassertify
[depstat-image]: https://gemnasium.com/unassert-js/unassertify.svg

[license-url]: https://twada.mit-license.org/2015-2016
[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* unassertify
* Browserify transform to encourage reliable programming by writing assertions in production code, and compiling them away from release
*
* https://github.com/twada/unassertify
* https://github.com/unassert-js/unassertify
*
* Copyright (c) 2015-2016 Takuto Wada
* Licensed under the MIT license.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "takuto.wada@gmail.com",
"url": "https://github.com/twada"
},
"bugs": "https://github.com/twada/unassertify/issues",
"bugs": "https://github.com/unassert-js/unassertify/issues",
"dependencies": {
"convert-source-map": "^1.1.1",
"escodegen": "^1.6.1",
Expand All @@ -32,7 +32,7 @@
"index.js",
"package.json"
],
"homepage": "https://github.com/twada/unassertify",
"homepage": "https://github.com/unassert-js/unassertify",
"keywords": [
"DbC",
"unassert",
Expand All @@ -45,7 +45,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/twada/unassertify.git"
"url": "https://github.com/unassert-js/unassertify.git"
},
"scripts": {
"lint": "jshint index.js",
Expand Down

0 comments on commit 72ea9da

Please sign in to comment.