Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Jan 2, 2016
1 parent 6eebdab commit 0fa3f13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/coverage
/demo/dist
/es6
/lib
/node_modules
/umd
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Added ES6 modules build in `es6/`

# 1.0.0 / 2015-11-15

First release.
4 changes: 3 additions & 1 deletion nwb.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ module.exports = {
]
},
// UMD build config
umd: true,
global: 'GridForms',
externals: {
'react': 'React'
}
},
jsNext: true
}
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
"license": "MIT",
"author": "Jonny Buchanan <[email protected]>",
"scripts": {
"build": "nwb build",
"clean": "nwb clean",
"build": "npm run lint && nwb build",
"lint": "eslint src tests",
"start": "nwb serve",
"test": "npm run lint && nwb test"
"test": "npm run build && nwb test"
},
"files": [
"es6",
"lib",
"src",
"umd",
"vendor"
],
Expand All @@ -27,11 +26,11 @@
"devDependencies": {
"eslint-config-jonnybuchanan": "2.0.x",
"karma-tap": "1.0.3",
"nwb": "^0.1.0",
"react": "0.14.3",
"react-addons-test-utils": "0.14.3",
"react-dom": "0.14.3",
"tape": "4.2.2"
"nwb": "0.6.x",
"react": "0.14.x",
"react-addons-test-utils": "0.14.x",
"react-dom": "0.14.x",
"tape": "4.4.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0fa3f13

Please sign in to comment.