Browse Source

fix noop export

mightyplow 7 years ago
parent
commit
1cbfac69ea
2 changed files with 2 additions and 2 deletions
  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