diff --git a/example/package-lock.json b/example/package-lock.json
index 175c6ff09e9a8c638eb085930803673507d50c8a..e1503683030043bde85601ec8fb4e7ab29eb81a2 100644
--- a/example/package-lock.json
+++ b/example/package-lock.json
@@ -48,7 +48,7 @@
     "..": {
       "name": "@ghsc/disagg-d3",
       "version": "0.0.1",
-      "license": "ISC",
+      "license": "CC0-1.0",
       "dependencies": {
         "@ghsc/nshmp-web-utils": "^1.0.0",
         "d3": "^7.3.0"
@@ -56,6 +56,8 @@
       "devDependencies": {
         "@types/d3": "^7.1.0",
         "@types/node": "^14.6.0",
+        "eslint-plugin-simple-import-sort": "^7.0.0",
+        "gts": "^3.1.0",
         "husky": "^7.0.4",
         "prettier": "^2.1.0",
         "pretty-quick": "^3.0.0",
@@ -6221,7 +6223,8 @@
     },
     "node_modules/@ghsc/nshmp-web-utils": {
       "version": "1.0.0",
-      "license": "CC0-1.0",
+      "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-web-utils/-/@ghsc/nshmp-web-utils-1.0.0.tgz",
+      "integrity": "sha1-90/HQNwPqcE+GSMOlkMpfvE/Fq4=",
       "dependencies": {
         "@mapbox/geojson-extent": "^1.0.0",
         "@types/d3-format": "^1.4.1",
@@ -19205,6 +19208,8 @@
     },
     "@ghsc/nshmp-web-utils": {
       "version": "1.0.0",
+      "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-web-utils/-/@ghsc/nshmp-web-utils-1.0.0.tgz",
+      "integrity": "sha1-90/HQNwPqcE+GSMOlkMpfvE/Fq4=",
       "requires": {
         "@mapbox/geojson-extent": "^1.0.0",
         "@types/d3-format": "^1.4.1",
@@ -19430,6 +19435,8 @@
         "@types/d3": "^7.1.0",
         "@types/node": "^14.6.0",
         "d3": "^7.3.0",
+        "eslint-plugin-simple-import-sort": "^7.0.0",
+        "gts": "^3.1.0",
         "husky": "^7.0.4",
         "prettier": "^2.1.0",
         "pretty-quick": "^3.0.0",
diff --git a/package.json b/package.json
index b69799ff8c950247f0d74d6d9aafdf085d255115..e03ac4fe356b36952470f8af3f376f2c34591da4 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
     "lint": "gts lint",
     "npm-cli-login": "npm-cli-login",
     "prepare": "husky install",
-    "start": "cd example && npm i && npm run start",
+    "start": "cd example && npm run start",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "repository": {