Fixing again.
Showing
{ | { | ||
"name": "finesse-syntax-jupyterlab", | "name": "finesse-syntax-jupyterlab", | ||
"version": "0.1.2", | "version": "0.1.3", | ||
"description": "Syntax highlighting for kat script within JupyterLab.", | "description": "Syntax highlighting for kat script within JupyterLab.", | ||
"keywords": [ | "keywords": [ | ||
"jupyter", | "jupyter", | ||
... | @@ -15,7 +15,9 @@ | ... | @@ -15,7 +15,9 @@ |
"author": "Philip Jones", | "author": "Philip Jones", | ||
"files": [ | "files": [ | ||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | ||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}", | ||
"webpack.config.js", | |||
"tsconfig.json" | |||
], | ], | ||
"main": "dist/index.js", | "main": "dist/index.js", | ||
"repository": { | "repository": { | ||
... | ... |
Please
register
or
sign in
to comment