Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Forbes Lindesay committed Sep 22, 2014
1 parent 1201642 commit 37fa2f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@ Determine whether a JavaScript expression evaluates to a constant (using UglifyJ

[![Build Status](https://img.shields.io/travis/ForbesLindesay/constantinople/master.svg)](https://travis-ci.org/ForbesLindesay/constantinople)
[![Dependency Status](https://img.shields.io/gemnasium/ForbesLindesay/constantinople.svg)](https://gemnasium.com/ForbesLindesay/constantinople)
[![NPM version](https://img.shields.io/npm/v/constantinople.svg)](http://badge.fury.io/js/constantinople)
[![NPM version](https://img.shields.io/npm/v/constantinople.svg)](https://www.npmjs.org/package/constantinople)

## Installation

Expand Down Expand Up @@ -39,4 +39,4 @@ Constants is an object mapping strings to values, where those values should be t

## License

MIT
MIT
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "constantinople",
"version": "2.0.1",
"version": "3.0.0",
"description": "Determine whether a JavaScript expression evaluates to a constant (using UglifyJS)",
"keywords": [],
"dependencies": {
Expand All @@ -18,4 +18,4 @@
},
"author": "ForbesLindesay",
"license": "MIT"
}
}

0 comments on commit 37fa2f2

Please sign in to comment.