namespace_browser: Polyfilling polymer so it can be used with
Browserify and use commonJS npm modules.
Fixing the makefiles so any changes to src files revulcanizes
and rebrowserifies.
Removing DOMready as it is not needed ( when JS files is the last thing
to load)
Change-Id: I70bf2b63fdcacd95fc117a8c2c8959cd0a0588dc
diff --git a/package.json b/package.json
index 4f39199..220e2d8 100644
--- a/package.json
+++ b/package.json
@@ -15,11 +15,11 @@
"rework-vars": "^3.1.1",
"serve": "^1.4.0",
"through2": "^0.5.1",
- "vulcanize": "^0.3.1",
"postie": "~0.4.5",
"lru-cache": "~2.5.0",
"tap-xunit": "~1.1.1",
- "envify": "~3.2.0"
+ "envify": "~3.2.0",
+ "vulcanize": "~0.7.9"
},
"dependencies": {
"bars": "git+https://github.com/steel/bars.git",