glimmerjs / glimmer-blueprint

[MOVED] This package is now part of the Glimmer.js monorepo
https://github.com/glimmerjs/glimmer.js
25 stars 13 forks source link

Fix Yarn failure + other updates #79

Closed tomdale closed 6 years ago

tomdale commented 6 years ago

This PR:

  1. Removes the yarn.lock file so app creation doesn't fail out of the gate.
  2. Updates @glimmer/application-pipeline to 0.10.
  3. Updates TypeScript to 2.6, and replaces the ^ operator in package.json with a ~ because TypeScript doesn't follow SemVer.
  4. Removes ember-cli-sass by default.
rwjblue commented 6 years ago

@tomdale - Do we want to remove yarn.lock even though latest release of Ember-cli is fixed?

tomdale commented 6 years ago

@rwjblue I was thinking we should remove it at least until Yarn itself is fixed. It's a pretty crappy first experience to have app creation fail, and not everyone updates their global ember-cli version that often. (I was on 2.13 on this computer without realizing it until last week.)

tomdale commented 6 years ago

Oops, this is in the Glimmer.js monorepo now.