Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed May 3, 2017
1 parent bb1f22b commit 2764ffa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "steal",
"main": "steal.js",
"version": "1.5.1",
"version": "1.5.2",
"ignore": [
"test",
"src",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "steal",
"description": "Gets JavaScript.",
"version": "1.5.1",
"version": "1.5.2",
"author": {
"name": "Bitovi",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion steal-sans-promises.production.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion steal.production.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion test/ext/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ exports.translate = function(load){

var resavePackageInfo = isNode && loader.isEnv &&
!loader.isEnv("production");

var prevPackages = loader.npmContext && loader.npmContext.pkgInfo;
var versions = loader.npmContext && loader.npmContext.versions;

var context = {
packages: [],
pkgInfo: [],
Expand All @@ -33,7 +36,7 @@ exports.translate = function(load){
paths: {},
// paths that are currently be loaded
loadingPaths: {},
versions: {},
versions: utils.extend({}, versions),
// A map of packages to its parents. This is used so that
// we can find a package by name and get its parent packages,
// in order to load bare module specifiers that refer to packages
Expand Down
2 changes: 1 addition & 1 deletion test/npm/bower/node_modules/steal/steal.production.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2764ffa

Please sign in to comment.