Browse Source

Include dedupe script in JupyterLab package.

Afshin Darian 8 years ago
parent
commit
6e27f42651
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -86,7 +86,8 @@
     "lib/**/*.d.ts",
     "lib/**/*.js",
     "lib/**/*.svg",
-    "lib/**/*.gif"
+    "lib/**/*.gif",
+    "scripts/dedupe.js"
   ],
   "author": "Project Jupyter",
   "license": "BSD-3-Clause",