Skip to content

Commit 04749ab

Browse files
committed
Merge branch 'master' of https://github.com/gfranko/amdclean
* 'master' of https://github.com/gfranko/amdclean: Moved the "Used By" section to the bottom Fixed formatting/Added Links Added "Used By" section Added the --save-dev command to the README documentation
2 parents f058453 + c05834f commit 04749ab

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A build tool that converts AMD code to standard JavaScript.
44

55
[![Build Status](https://travis-ci.org/gfranko/amdclean.png?branch=master)](https://travis-ci.org/gfranko/amdclean)
66

7-
`npm install amdclean`
7+
`npm install amdclean --save-dev`
88

99

1010
## Use Case
@@ -48,7 +48,7 @@ It is best used for libraries or apps that use AMD and:
4848

4949
## Download
5050

51-
Node - `npm install amdclean`
51+
Node - `npm install amdclean --save-dev`
5252

5353
Web - [Latest release](https://github.com/gfranko/amdclean/blob/master/src/amdclean.js)
5454

@@ -68,7 +68,7 @@ There are a few different ways that amdclean can be used including:
6868

6969
* [Download the RequireJS optimizer](http://requirejs.org/docs/download.html#rjs).
7070

71-
* `npm install amdclean`
71+
* `npm install amdclean --save-dev`
7272

7373
* Make sure that each of your AMD modules have a module ID `path` alias name
7474

@@ -126,7 +126,7 @@ module.exports = function(grunt) {
126126

127127
###Node Module
128128

129-
* `npm install amdclean`
129+
* `npm install amdclean --save-dev`
130130

131131
* Require the module
132132

@@ -359,6 +359,14 @@ __I am having a scope problem with all of the local module variables. What can
359359
- You can use the `globalObject` option to store all of your modules in a global object that uses the top-most function scope.
360360

361361

362+
## Used By
363+
364+
* [AddThis Smart Layers](https://www.addthis.com/get/smart-layers) - Third-party social widgets suite
365+
366+
* [Ractive.js](http://www.ractivejs.org/) - Next-generation DOM manipulation
367+
368+
* [Mod.js](http://madscript.com/modjs/) - JavaScript Workflow Tooling
369+
362370
## License
363371

364372
Copyright (c) 2014 Greg Franko Licensed under the MIT license.

0 commit comments

Comments
 (0)