Merge pull request #816 from magikMaker/feature/package-json

added main property to package.json
This commit is contained in:
Abdullah Almsaeed 2016-03-13 20:56:05 -04:00
commit 720c036708
2 changed files with 7 additions and 0 deletions

View file

@ -39,6 +39,12 @@ git clone https://github.com/YOUR_USERNAME/AdminLTE.git
bower install admin-lte
```
**npm**
```
npm install --save admin-lte
```
**Composer**
```

View file

@ -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"