updgrade rollup and remove makefile

This commit is contained in:
yuanchuan 2017-02-27 11:36:40 +08:00
parent 205412ac8e
commit 899eb7d246
3 changed files with 4 additions and 7 deletions

View File

@ -1,3 +0,0 @@
build:
@rollup --format=umd --output=css-doodle.js -- src/index.js

View File

@ -1,7 +1,7 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory() :
typeof define === 'function' && define.amd ? define(factory) :
(factory());
typeof exports === 'object' && typeof module !== 'undefined' ? factory() :
typeof define === 'function' && define.amd ? define(factory) :
(factory());
}(this, (function () { 'use strict';
function nth(x, y, count) {

View File

@ -12,7 +12,7 @@
"url": "git+https://github.com/yuanchuan/css-doodle.git"
},
"devDependencies": {
"rollup": "^0.36.3"
"rollup": "^0.41.4"
},
"keywords": [
"css",