Skip to content

Commit 6ef9d65

Browse files
committed
Update package.json
1 parent c91b933 commit 6ef9d65

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-requirejs-boilerplate",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Using [React](http://facebook.github.io/react/) with JSX, ES6 modules and all other ES6 and experimental ES7 features provided by [Babel](https://babeljs.io/) transpiler. ES6 files are transpiled on fly (and cached) by the browser alone (no Grunt/Gulp/Broccoli processing is needed).",
55
"main": "require-config.js",
66
"scripts": {
@@ -22,9 +22,11 @@
2222
"flowcheck": "^0.2.7",
2323
"immutable": "^3.7.4",
2424
"react": "^0.13.3",
25-
"requirejs": "^2.1.18",
25+
"classnames": "^2.1.3",
26+
"requirejs": "^2.1.19",
2627
"requirejs-babel": "hipertracker/requirejs-babel",
27-
"text": "^0.1.0"
28+
"text": "^0.1.0",
29+
"marty": "^0.10.4"
2830
},
2931
"devDependencies": {
3032
"babel-eslint": "^3.1.23",

0 commit comments

Comments
 (0)