Skip to content

Commit

Permalink
Fix published AMD bundle, set up Travis and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Apr 27, 2018
1 parent d9985e2 commit 1414c09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js

node_js:
- "8"
- "7"
- "6"
- "4"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
classy-mst
==========

[![build status](https://travis-ci.org/charto/classy-mst.svg?branch=master)](http://travis-ci.org/charto/classy-mst)
[![npm version](https://img.shields.io/npm/v/classy-mst.svg)](https://www.npmjs.com/package/classy-mst)

`classy-mst` is the ultimate state management solution for TypeScript and
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "classy-mst",
"version": "0.4.1",
"version": "1.0.0",
"description": "ES6-like syntax for mobx-state-tree",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"tsc": "tsc",
"prepublish": "tsc -p src && tsc -p src/ts-amd.json && node src/fix-amd.js",
"prepublish": "tsc -p src && tsc -p src/ts-amd.json && node src/fix-amd.js classy-mst",
"test": "tsc -p test && node test/test.js"
},
"author": "Juha Järvi",
Expand Down

0 comments on commit 1414c09

Please sign in to comment.