浏览代码

fix noop export

mightyplow 7 年之前
父节点
当前提交
1cbfac69ea
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package.json
  2. 1 1
      src/function/noop.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@mightyplow/jslib",
-  "version": "0.9.6",
+  "version": "0.9.7",
   "description": "js, helpers library",
   "main": "dist/index.js",
   "devDependencies": {

+ 1 - 1
src/function/noop.js

@@ -1 +1 @@
-export default noop = Function.prototype
+export default Function.prototype