mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-16 19:50:37 +03:00
fix path to jsnext, update dependencies
This commit is contained in:
parent
14a3595909
commit
06bf55ac47
|
@ -23,7 +23,6 @@ before_install:
|
|||
- rvm use 2.2 --fuzzy
|
||||
- gem install scss-lint
|
||||
|
||||
|
||||
before_script:
|
||||
- npm install -g gulpjs/gulp-cli#4.0
|
||||
|
||||
|
|
26
package.js
26
package.js
|
@ -1,26 +0,0 @@
|
|||
// package metadata file for Meteor.js
|
||||
|
||||
/* jshint strict:false */
|
||||
/* global Package:true */
|
||||
/* global Npm:true */
|
||||
|
||||
var packageName = 'fezvrasta:bootstrap-material-design'; // https://atmospherejs.com/fezvrasta/bootstrap-material-design
|
||||
var where = 'client'; // where to install: 'client' or 'server'. For both, pass nothing.
|
||||
var packageJson = JSON.parse(Npm.require("fs").readFileSync('package.json'));
|
||||
|
||||
Package.describe({
|
||||
name: packageName,
|
||||
summary: 'Bootstrap Material Design',
|
||||
version: packageJson.version,
|
||||
git: 'https://github.com/fezvrasta/bootstrap-material-design.git'
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.versionsFrom('METEOR@1.2');
|
||||
api.use('twbs:bootstrap@4.0.0-alpha');
|
||||
api.use('jquery', 'client');
|
||||
api.addFiles([
|
||||
'dist/css/bootstrap-material-design.css',
|
||||
'dist/js/bootstrap-material-design.js'
|
||||
], where);
|
||||
});
|
|
@ -23,7 +23,7 @@
|
|||
"style": "dist/css/bootstrap-material-design.css",
|
||||
"sass": "scss/_core.scss",
|
||||
"main": "dist/bootstrap-material-design.umd.js",
|
||||
"jsnext:main": "js/src/index.js",
|
||||
"jsnext:main": "js/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FezVrasta/bootstrap-material-design.git"
|
||||
|
@ -33,18 +33,18 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"babel-polyfill": "^6.7.4",
|
||||
"babel-polyfill": "^6.8.0",
|
||||
"bootstrap": "twbs/bootstrap#v4-dev",
|
||||
"extend": "^3.0.0",
|
||||
"jquery": "^2.2",
|
||||
"tether": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.7.7",
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-eslint": ">=6.0.4",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"gulp": "github:gulpjs/gulp#4.0",
|
||||
"gulp-pipeline": "^4.0.37",
|
||||
"gulp-pipeline": "^4.0.40",
|
||||
"moment": "^2.13.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user