Skip to content

Commit

Permalink
Merge branch 'release/0.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Wollard committed Nov 1, 2016
2 parents 75382c3 + bae35ce commit 7ee0725
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ node_modules
.DS_Store
coverage
*.js
__tests__/write-test*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
node-simple-plist
=================

[![Build Status](https://travis-ci.org/wollardj/node-simple-plist.svg?branch=master)](https://travis-ci.org/wollardj/node-simple-plist)

A simple API for interacting with binary and plain text plist data.


Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"type": "git",
"url": "https://github.com/wollardj/node-simple-plist.git"
},
"version": "0.2.0",
"version": "0.2.1",
"description": "A wrapper utility for interacting with plist data.",
"main": "simple-plist.js",
"files": [
"simple-plist.js"
],
"keywords": [
"plist",
"binary",
Expand All @@ -18,7 +21,8 @@
],
"scripts": {
"test": "npm run-script clean && ./node_modules/.bin/coffee -c . && ./node_modules/.bin/jest --coverage",
"clean": "rm -rf *.js __tests__/*.js __tests__/write-test* coverage"
"clean": "rm -rf *.js __tests__/*.js __tests__/write-test* coverage",
"prepublish": "npm test"
},
"dependencies": {
"bplist-creator": "0.0.7",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"

uglify-js, uglify-js@^2.6:
uglify-js@^2.6:
version "2.7.4"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.7.4.tgz#a295a0de12b6a650c031c40deb0dc40b14568bd2"
dependencies:
Expand Down

0 comments on commit 7ee0725

Please sign in to comment.