Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

underscore undefined, shim is gone #140

Open
banacorn opened this issue Apr 17, 2013 · 0 comments
Open

underscore undefined, shim is gone #140

banacorn opened this issue Apr 17, 2013 · 0 comments

Comments

@banacorn
Copy link

Things happened after I upgraded underscore to v1.4.4, and it worked fine after I downgraded it back to v1.4.3.

By the way, instead of submitting a new issue here, which seems not to be an issue of Jam itself, is there any other way to inform the owner about these package-related issues?

package.json of v1.4.3

{
  "name"          : "underscore",
  "description"   : "JavaScript's functional programming helper library.",
  "homepage"      : "http://underscorejs.org",
  "keywords"      : ["util", "functional", "server", "client", "browser"],
  "author"        : "Jeremy Ashkenas <[email protected]>",
  "repository"    : {"type": "git", "url": "git://github.com/documentcloud/underscore.git"},
  "main"          : "underscore.js",
  "version"       : "1.4.3",
  "jam": {
    "main": "underscore.js",
    "include": ["underscore.js"],
    "shim": {
      "exports": "_"
    }
  }
}

package.json of v1.4.4

{
  "name"          : "underscore",
  "description"   : "JavaScript's functional programming helper library.",
  "homepage"      : "http://underscorejs.org",
  "keywords"      : ["util", "functional", "server", "client", "browser"],
  "author"        : "Jeremy Ashkenas <[email protected]>",
  "repository"    : {"type": "git", "url": "git://github.com/documentcloud/underscore.git"},
  "main"          : "underscore.js",
  "version"       : "1.4.4",
  "devDependencies": {
    "phantomjs": "0.2.2"
  },
  "scripts": {
    "test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
  },
  "jam": {
      "main": "underscore.js",
      "include": [
          "underscore.js",
          "README.md",
          "LICENSE"
      ]
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant