Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Aug 27, 2015
1 parent 07fdf2a commit 14d8b03
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "define-property",
"description": "Define a non-enumerable property on an object.",
"version": "0.1.3",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/define-property",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/define-property",
Expand All @@ -10,21 +10,18 @@
},
"license": "MIT",
"files": [
"browser.js",
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha",
"prepublish": "browserify -o browser.js -e index.js -s index --bare"
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
"should": "^7.0.4"
},
"keywords": [
"define",
Expand Down

0 comments on commit 14d8b03

Please sign in to comment.