Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Update micro
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Apr 5, 2017
1 parent 42a0e8f commit 5a16dd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -8,7 +8,8 @@
"icons": "node build.js",
"webpack": "webpack -p",
"_postinstall": "napa danleech/simple-icons#gh-pages",
"start": "./node_modules/micro/bin/micro -p 3000 server.js",
"_start": "./node_modules/micro/bin/micro -p 3000 server.js",
"start": "micro -p 3000 server.js",
"dev": "nodemon --exec 'npm start'"
},
"keywords": [
Expand All @@ -22,7 +23,7 @@
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"micro": "^6.1.0",
"micro": "^7.3.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-geomicons": "^2.1.0",
Expand Down

0 comments on commit 5a16dd1

Please sign in to comment.