Skip to content

Commit fc5bf73

Browse files
committed
AMD/CommonJS support, package.json, updated readme
1 parent c48959b commit fc5bf73

File tree

5 files changed

+152
-94
lines changed

5 files changed

+152
-94
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.DS_Store

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
docs

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# currencyFormatter.js
22
A super simple currency formatting library
33

4+
## Instalation
45

6+
### npm
7+
```Bash
8+
npm install currencyformater.js
9+
```
10+
11+
### bower
12+
```Bash
13+
bower install currencyformater.js
14+
```
15+
16+
## Docs
517
[Full docs available here ](https://osrec.github.io/currencyFormatter.js/)

0 commit comments

Comments
 (0)