delete unused files

This commit is contained in:
陈嘉涵
2017-08-16 18:00:04 +08:00
parent f9f01e5568
commit 6b1f38a382
109 changed files with 39 additions and 531 deletions
-8
View File
@@ -1,8 +0,0 @@
## 0.0.2 (2017-01-20)
* 改了bug A
* 加了功能B
## 0.0.1 (2017-01-10)
* 第一版
View File
-10
View File
@@ -1,10 +0,0 @@
{
"name": "@youzan/van-datetime-picker",
"version": "0.0.1",
"description": "datetime picker component",
"main": "./index.js",
"author": "niunai <niunai@youzan.com>",
"license": "MIT",
"devDependencies": {},
"dependencies": {}
}
@@ -11,7 +11,7 @@
</template>
<script>
import Picker from 'packages/picker';
import Picker from '../../picker';
const allowedType = ['time', 'date', 'datetime'];