Browse Source

Remove dependencies

文翼 8 years ago
parent
commit
d35011ccb7
1 changed files with 1 additions and 4 deletions
  1. 1 4
      package.json

+ 1 - 4
package.json

@@ -41,8 +41,5 @@
       "path": "./node_modules/cz-conventional-changelog"
       "path": "./node_modules/cz-conventional-changelog"
     }
     }
   },
   },
-  "types": "./index.d.ts",
-  "dependencies": {
-    "@types/jquery": "^2.0.46"
-  }
+  "types": "./index.d.ts"
 }
 }