Skip to content

Commit

Permalink
Use old package references for compilation of polymer cli templates
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Jun 26, 2018
1 parent ba33bba commit f7516a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/polyserve/src/compile-middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ export interface NPMPackage {
// scripts to be injected into the running test
export const ENVIRONMENT_SCRIPTS: NPMPackage[] = [
{name: 'stacky', jsEntrypoint: 'browser.js'},
{name: 'async', jsEntrypoint: 'dist/async.js'},
{name: 'lodash', jsEntrypoint: 'lodash.js'},
{name: 'async', jsEntrypoint: 'lib/async.js'},
{name: 'lodash', jsEntrypoint: 'index.js'},
{name: 'mocha', jsEntrypoint: 'mocha.js'},
{name: 'chai', jsEntrypoint: 'chai.js'},
{name: '@polymer/sinonjs', jsEntrypoint: 'sinon.js'},
{name: 'sinon-chai', jsEntrypoint: 'lib/sinon-chai.js'},
{name: 'sinon', jsEntrypoint: 'pkg/sinon.js'},
{
name: 'accessibility-developer-tools',
jsEntrypoint: 'dist/js/axs_testing.js'
Expand Down

0 comments on commit f7516a0

Please sign in to comment.