Skip to content

Commit

Permalink
Rename dev-server to example usage server.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierelopez committed Jun 5, 2016
1 parent b43906a commit f17d11d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"test": "mocha --compilers js:babel/register --recursive",
"build": "babel src --out-dir dist",
"dev": "babel-node dev-server.js",
"dev": "babel-node example-usage-server.js",
"lint": "eslint src test"
},
"keywords": [
Expand Down

0 comments on commit f17d11d

Please sign in to comment.