From 1fd36a15c34ed07d3b9bf04fd0f00c0b2302b9a0 Mon Sep 17 00:00:00 2001 From: HcySunYang Date: Thu, 25 Oct 2018 17:42:15 +0800 Subject: [PATCH] chore: unpkg & jsdelivr --- .npmrc | 2 -- package.json | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index d3d67ce..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -phantomjs_cdnurl=http://cnpmjs.org/downloads -sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ \ No newline at end of file diff --git a/package.json b/package.json index 9dc09de..aa71119 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "main": "dist/vuese.js", "bin": "bin/cli.js", "types": "dist/index.d.ts", + "unpkg": "dist/vuese.js", + "jsdelivr": "dist/vuese.js", "files": [ "dist", "bin",