mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
Fix Main file in package.json
This commit is contained in:
parent
12a738a87b
commit
c65200d277
|
@ -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
2
scripts/index.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
require('./material.js');
|
||||
require('./ripples.js');
|
Loading…
Reference in New Issue
Block a user