raptor-ecma --> raptor-polyfill

This commit is contained in:
Patrick Steele-Idem 2014-06-17 16:18:12 -06:00
parent 3d687efb51
commit 26f899eff1
3 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,8 @@ var fs = require('fs');
var nodePath = require('path');
var Minimatch = require('minimatch').Minimatch;
var cwd = process.cwd();
require('raptor-ecma/es6');
require('raptor-polyfill/string/startsWith');
require('raptor-polyfill/string/endsWith');
var mmOptions = {
matchBase: true,

View File

@ -1,4 +1,4 @@
require('raptor-ecma/es6');
require('raptor-polyfill/string/endsWith');
var ParseTreeBuilderHtml = require('./ParseTreeBuilderHtml');
var ParseTreeBuilderXml = require('./ParseTreeBuilderXml');

View File

@ -26,7 +26,7 @@
"raptor-json": "^0.2.0-beta",
"raptor-modules": "^0.2.0-beta",
"raptor-render-context": "^0.2.0-beta",
"raptor-ecma": "^0.2.0-beta",
"raptor-polyfill": "^0.2.0-beta",
"htmlparser2": "~3.5.1",
"char-props": "~0.1.5",
"raptor-promises": "^0.2.0-beta",