Skip to content

Commit

Permalink
Updated project to use similar build process as WebSockHop. No more j…
Browse files Browse the repository at this point in the history
…spm, no more Makefile
  • Loading branch information
harmony7 committed Oct 19, 2016
1 parent a0ba0f1 commit e2a4f15
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 2,537 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,10 @@
{
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"rules": {
"semi": 2
}
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
Pollymer Changelog
==================

v. 1.x () Repackaged using browserify, new logging

v. 1.1.3 (11-27-2015)

* npm availability, new on() semantics.
Expand Down
17 changes: 0 additions & 17 deletions Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions browser.js

This file was deleted.

1 change: 0 additions & 1 deletion commonjs.js

This file was deleted.

58 changes: 0 additions & 58 deletions config.js

This file was deleted.

0 comments on commit e2a4f15

Please sign in to comment.