Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from pburtchaell/v1.1.0
Browse files Browse the repository at this point in the history
Tracking Version 1.1.0
  • Loading branch information
pburtchaell committed Mar 22, 2015
2 parents 03f74b2 + 312a3ad commit c6ba669
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
bin/tests/.tmp/
bin/tests/.tmp/
dist/
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bin/
example/
webpack.config.js
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "react-notification",
"version": "1.0.3",
"version": "1.1.0",
"description": "Snackbar style notification component for React.",
"main": "web_modules/notification.js",
"main": "dist/notification.js",
"scripts": {
"prebuild": "rm -rf dist",
"build:js": "./node_modules/.bin/jsx --harmony ./src ./dist",
"build:jsx": "./node_modules/.bin/jsx --harmony -x jsx ./src ./dist",
"build": "npm run build:js && npm run build:jsx",
"test": "jest",
"start": "webpack --watch --progress --colors"
"start": "webpack --watch --progress --colors",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit c6ba669

Please sign in to comment.