Skip to content
Snippets Groups Projects
Unverified Commit 9e1945b0 authored by Jack Reed's avatar Jack Reed Committed by GitHub
Browse files

Merge pull request #1925 from ProjectMirador/update_package_wrapper

update main and files values in package.json to publish distribution …
parents b4461cc4 000d07e6
Branches
Tags
No related merge requests found
......@@ -2,7 +2,10 @@
"name": "mirador",
"version": "3.0.0-alpha.0",
"description": "",
"main": "index.js",
"main": "dist/mirador.min.js",
"files": [
"dist"
],
"scripts": {
"lint": "node_modules/.bin/eslint ./ && node_modules/.bin/sass-lint -v ./src/styles/**/*",
"server": "node_modules/.bin/http-server",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment