Skip to content

Commit

Permalink
改用 webpack 打包
Browse files Browse the repository at this point in the history
  • Loading branch information
nuysoft committed Dec 14, 2015
1 parent 25d3d6b commit 15a269d
Show file tree
Hide file tree
Showing 75 changed files with 17,064 additions and 22,133 deletions.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"strict": false,
"undef": true,
"unused": "strict",
"multistr": true
"multistr": true,
"node": true
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2015.12.03 V0.2.0-alpha2

1. 改用 webpack 打包

### 2014.3.20 V0.2.0-alpha1

1. 增加网站
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 nuysoft
Copyright (c) 2015 nuysoft
http://mockjs.com/

Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "mockjs",
"title": "Mock.js",
"version": "0.2.0-alpha1",
"main": "dist/mock.js",
"license": "MIT",
"ignore": [
Expand Down
Binary file removed dependencies.png
Binary file not shown.
4 changes: 0 additions & 4 deletions dist/mock-0.1.5-min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/mock-0.1.5-min.js.map

This file was deleted.

Loading

0 comments on commit 15a269d

Please sign in to comment.