Skip to content

Commit

Permalink
[chore] utils
Browse files Browse the repository at this point in the history
  • Loading branch information
romelperez committed Mar 25, 2017
1 parent 80c3441 commit dafa9cb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
dist
vendor
demos
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ styleguide.config.js
webpack.base.js
webpack.demos.js
demos.js

# TODO:
src
dist
vendor
1 change: 1 addition & 0 deletions demos.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const app = express();
const port = process.env.PORT || 7000;

app.use(express.static(`${process.cwd()}/demos`));
app.use(express.static(`${process.cwd()}/dist`));

app.listen(port, function (err) {
if (err) throw err;
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prhone-gui",
"version": "1.0.0-beta",
"description": "Sci-Fi Graphical User Interface",
"name": "arwes",
"version": "1.0.0-alpha",
"description": "Sci-Fi Graphical User Interface Framework",
"keywords": [
"gui",
"ui",
Expand All @@ -12,14 +12,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/romelperez/prhone-gui.git"
"url": "git+https://github.com/romelperez/arwes.git"
},
"bugs": {
"url": "https://github.com/romelperez/prhone-gui/issues"
"url": "https://github.com/romelperez/arwes/issues"
},
"author": "Romel Pérez (romelperez.com)",
"license": "MIT",
"homepage": "https://github.com/romelperez/prhone-gui",
"homepage": "https://github.com/romelperez/arwes",
"main": "dist/index.js",
"scripts": {
"test": "npm run test-lint && npm run test-unit",
Expand Down

0 comments on commit dafa9cb

Please sign in to comment.