Skip to content

Commit

Permalink
Merge pull request #816 from magikMaker/feature/package-json
Browse files Browse the repository at this point in the history
added main property to package.json
  • Loading branch information
almasaeed2010 committed Mar 14, 2016
2 parents 2f64568 + ff6ce09 commit 720c036
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ git clone https://github.com/YOUR_USERNAME/AdminLTE.git
bower install admin-lte
```

**npm**

```
npm install --save admin-lte
```

**Composer**

```
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "admin-lte",
"version": "2.3.2",
"main": "dist/js/app.min.js",
"repository": {
"type": "git",
"url": "git://github.com/almasaeed2010/AdminLTE.git"
Expand Down

0 comments on commit 720c036

Please sign in to comment.