]> git.r.bdr.sh - rbdr/serpentity/commit
Feature/code update (#1)
authorRubén Beltrán del Río <redacted>
Wed, 12 Apr 2017 05:18:35 +0000 (00:18 -0500)
committerGitHub <redacted>
Wed, 12 Apr 2017 05:18:35 +0000 (00:18 -0500)
commitb3b840f89948d96aa28760fc5cf41c384488f6a6
treee6741096f29440a343323a5d7542f5caf1aceacb
parentd071276e2426c4180e44debe8b92ad16cbbc414f
Feature/code update (#1)

* Updates code for new eslint config

* Remove gulp and babel files

* Remove dist

* Remove dist

* Add contributing file

* Fix references to collections / tests

* Convert tests to lab

* Add travis file

* Add missing line

* Test CI on node 6

* Removes browser test

* Properly includes local serpentity in test

* Rename to use orgs in npm

* Add changelog

* Add support files / removed dist to changelog

* Add yarn.lock file

* Iterate using object.keys instead of values

* Correct typo in typeName matching

* Add webpack to generate the dist files

* Add webpack config

* Add dist files

* Bump version

* Link to ash

* Updates CHANGELOG

* Add CI badge
19 files changed:
.eslintrc [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
README.md
config/webpack.js [new file with mode: 0644]
dist/serpentity.js
dist/serpentity.min.js
gulpfile.js [deleted file]
lib/serpentity.js
lib/serpentity/component.js
lib/serpentity/entity.js
lib/serpentity/node.js
lib/serpentity/node_collection.js
lib/serpentity/system.js
package.json
test/browser.html [deleted file]
test/integration.js
yarn.lock [new file with mode: 0644]