Browse Source

Capitalization fix for main script

master
Muthu Kumar 7 years ago
parent
commit
539e1bea8c
  1. 2
      package.json

2
package.json

@ -2,7 +2,7 @@
"name": "@codefeathers/iseq", "name": "@codefeathers/iseq",
"version": "1.0.1", "version": "1.0.1",
"description": "Deep compare objects and arrays", "description": "Deep compare objects and arrays",
"main": "dist/iseq.min.js", "main": "dist/isEq.min.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },

Loading…
Cancel
Save