Skip to content

Commit

Permalink
Removing bower, updating npmignore, bumping version, adding NPM badge…
Browse files Browse the repository at this point in the history
… to README.
  • Loading branch information
John Vilk committed May 25, 2016
1 parent 99bb512 commit 38fdbff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
build
vendor/java_home
/classes
./typings
tools
tasks
Expand All @@ -14,3 +15,10 @@ doppio.err
tasks
./Grunt*
shims
*.yml
Grunttasks*
Gruntfile.js
/jsconfig.json
/tsconfig.json
/typings
/typings.json
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
doppio: A JVM in TypeScript v0.3.1
doppio: A JVM in TypeScript v0.4.0
==================================

[![Join the chat at https://gitter.im/plasma-umass/doppio](https://badges.gitter.im/plasma-umass/doppio.svg)](https://gitter.im/plasma-umass/doppio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/plasma-umass/doppio.svg?branch=master)](https://travis-ci.org/plasma-umass/doppio)
[![Build status](https://ci.appveyor.com/api/projects/status/tcwicbagl9xi3m6v?svg=true)](https://ci.appveyor.com/project/jvilk/doppio)
[![npm version](https://badge.fury.io/js/doppiojvm.svg)](https://badge.fury.io/js/doppiojvm)
[![david-dm-status-badge](https://david-dm.org/plasma-umass/doppio/master.svg)](https://david-dm.org/plasma-umass/doppio/master#info=dependencies&view=table)
[![david-dm-status-badge](https://david-dm.org/plasma-umass/doppio/master/dev-status.svg)](https://david-dm.org/plasma-umass/doppio/master#info=devDependencies&view=table)

Expand Down Expand Up @@ -74,4 +75,4 @@ You can also build and interact with a simple example application with:

grunt examples

The code is in [`docs/examples`](docs/examples).
The code is in [`docs/examples`](docs/examples).
16 changes: 0 additions & 16 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doppiojvm",
"version": "0.3.1",
"version": "0.4.0",
"engine": "node >= 4.0.0",
"license": "MIT",
"main": "dist/release/doppio.js",
Expand Down

0 comments on commit 38fdbff

Please sign in to comment.