updgrade rollup and remove makefile
This commit is contained in:
parent
205412ac8e
commit
899eb7d246
3
Makefile
3
Makefile
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
build:
|
||||
@rollup --format=umd --output=css-doodle.js -- src/index.js
|
||||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"url": "git+https://github.com/yuanchuan/css-doodle.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rollup": "^0.36.3"
|
||||
"rollup": "^0.41.4"
|
||||
},
|
||||
"keywords": [
|
||||
"css",
|
||||
|
|
|
|||
Loading…
Reference in New Issue