Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jayphelps committed Jul 27, 2015
1 parent 8d053e6 commit ef2f386
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "core-decorators",
"version": "0.1.4",
"version": "0.1.5",
"description": "Library of ES7 decorators inspired by languages that come with built-ins like @override, @deprecated, etc",
"main": "lib/core-decorators.js",
"files": ["lib", "src", "README.md", "LICENSE"],
"files": [
"lib",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"build": "babel --stage 0 --out-dir lib src",
"test": "npm run build && mocha --require babel/polyfill 'lib/**/*.spec.js'"
Expand Down Expand Up @@ -32,7 +37,8 @@
"homepage": "https://github.com/jayphelps/core-decorators.js",
"devDependencies": {
"babel": "^5.4.7",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"must": "^0.12.0"
"sinon": "^1.15.4"
}
}

0 comments on commit ef2f386

Please sign in to comment.