]> git.r.bdr.sh - rbdr/sumo/commit - package.json
Initial Project Setup (#2)
authorRubén Beltrán del Río <redacted>
Fri, 20 Apr 2018 21:41:25 +0000 (16:41 -0500)
committerGitHub <redacted>
Fri, 20 Apr 2018 21:41:25 +0000 (16:41 -0500)
commit11be5ebabcdab8272d938f7b90ef0ea9be29a421
treeb8ee06be115b2bbc1a74185711c96ba334bfdab4
parent0ac89474ea22e706eb54c6ed4630a3337d438876
Initial Project Setup (#2)

* 🔧 Add initial package.json

* 🔧 Add eslint config

* 🔧 Add assets target dir to gitignore

* 🔧 Add webpack config

* Add a contributing guide

* Add the wrapper application

* Add autogenerated docs

* Add travis config

* Add changelog
13 files changed:
.eslintignore [new file with mode: 0644]
.eslintrc [new file with mode: 0644]
.gitignore
.travis.yml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
config/webpack.js [new file with mode: 0644]
css/style.css [new file with mode: 0644]
doc/README.md [new file with mode: 0644]
index.html [new file with mode: 0644]
lib/sumo.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]