Skip to content

Commit

Permalink
~ 不再兼容 IE8 及以下
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Nov 26, 2016
1 parent 02fc969 commit c8237bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blear.utils.object",
"version": "1.0.2",
"version": "1.0.3",
"description": "object utils",
"scripts": {
"live": "browser-sync start --config bs-config.js",
Expand Down Expand Up @@ -34,8 +34,7 @@
},
"dependencies": {},
"peerDependencies": {
"blear.utils.typeis": "1.x",
"blear.polyfills.object": "1.x"
"blear.utils.typeis": "1.x"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
Expand Down
9 changes: 7 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
'use strict';
/**
* 对象相关
* @author 云淡然
* @updated 2016年11月26日15:47:34
*/

require('blear.polyfills.object');

'use strict';

var typeis = require('blear.utils.typeis');

Expand Down

0 comments on commit c8237bc

Please sign in to comment.