Fix Main file in package.json

This commit is contained in:
krzystof 2015-10-30 11:41:45 +00:00
parent 12a738a87b
commit c65200d277
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "bootstrap-material-design",
"version": "0.3.1-dev",
"description": "Material Design for Bootstrap 3",
"main": "index.js",
"main": "scripts/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

2
scripts/index.js Normal file
View File

@ -0,0 +1,2 @@
require('./material.js');
require('./ripples.js');