Skip to content

Commit 15a269d

Browse files
committed
改用 webpack 打包
1 parent 25d3d6b commit 15a269d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+17064
-22133
lines changed

.jshintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"strict": false,
55
"undef": true,
66
"unused": "strict",
7-
"multistr": true
7+
"multistr": true,
8+
"node": true
89
}

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2015.12.03 V0.2.0-alpha2
4+
5+
1. 改用 webpack 打包
6+
37
### 2014.3.20 V0.2.0-alpha1
48

59
1. 增加网站

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 nuysoft
3+
Copyright (c) 2015 nuysoft
44
http://mockjs.com/
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of

bower.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "mockjs",
33
"title": "Mock.js",
4-
"version": "0.2.0-alpha1",
54
"main": "dist/mock.js",
65
"license": "MIT",
76
"ignore": [

dependencies.png

-255 KB
Binary file not shown.

dist/mock-0.1.5-min.js

-4
This file was deleted.

dist/mock-0.1.5-min.js.map

-1
This file was deleted.

0 commit comments

Comments
 (0)