Skip to content

Commit

Permalink
1. ignore demo in git
Browse files Browse the repository at this point in the history
2. add git hooks
  • Loading branch information
stephenkingsley committed Sep 18, 2017
1 parent 2cdc396 commit 1fdf498
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
node_modules
node_modules
dist/
2 changes: 1 addition & 1 deletion dist/lozad.js
@@ -1,4 +1,4 @@
/*! lozad.js - v1.0.3 - 2017-09-14
/*! lozad.js - v1.0.3 - 2017-09-18
* https://github.com/ApoorvSaxena/lozad.js
* Copyright (c) 2017 Apoorv Saxena; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/lozad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"build": "node build.js",
"prepublish": "npm run build",
"prelint": "prettier --single-quote --no-semi --no-bracket-spacing --trailing-comma none --write \"lib/**/*.js\" --write build.js --write",
"precommit": "npm run lint",
"lint": "xo --fix src/*.js build.js"
},
"author": {
Expand Down Expand Up @@ -47,6 +48,7 @@
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.24.1",
"husky": "^0.14.3",
"prettier": "^1.6.1",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
Expand Down

0 comments on commit 1fdf498

Please sign in to comment.