This repository has been archived by the owner on Jan 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rajiv Tirumalareddy
committed
Jan 21, 2015
1 parent
ed45cff
commit f9346a3
Showing
3 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Contributing Code to `webpack-strip` | ||
Contributing Code to `strip-loader` | ||
------------------------------- | ||
|
||
Please be sure to sign our [CLA][] before you submit pull requests or otherwise contribute to `webpack-strip`. This protects developers, who rely on [BSD license][]. | ||
Please be sure to sign our [CLA][] before you submit pull requests or otherwise contribute to `strip-loader`. This protects developers, who rely on [BSD license][]. | ||
|
||
[BSD license]: https://github.com/yahoo/webpack-strip/blob/master/LICENSE.md | ||
[BSD license]: https://github.com/yahoo/strip-loader/blob/master/LICENSE.md | ||
[CLA]: https://yahoocla.herokuapp.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "webpack-strip", | ||
"name": "strip-loader", | ||
"version": "0.1.0", | ||
"description": "Webpack loader to strip arbitrary functions out of your production code.", | ||
"main": "lib/index.js", | ||
|
@@ -14,7 +14,7 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:yahoo/webpack-strip" | ||
"url": "[email protected]:yahoo/strip-loader" | ||
}, | ||
"author": "Rajiv Tirumalareddy <[email protected]>", | ||
"devDependencies": { | ||
|
@@ -31,7 +31,7 @@ | |
"licenses": [ | ||
{ | ||
"type": "BSD", | ||
"url": "https://github.com/yahoo/webpack-strip/blob/master/LICENSE.md" | ||
"url": "https://github.com/yahoo/strip-loader/blob/master/LICENSE.md" | ||
} | ||
], | ||
"jshintConfig": { | ||
|