Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Add babel-runtime for Symbol #2

Merged
merged 1 commit into from
Sep 9, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib",
"build": "babel src --out-dir lib",
"build": "babel src --optional runtime --out-dir lib",
"lint": "eslint src test examples",
"test": "NODE_ENV=test mocha --compilers js:babel/register --recursive",
"test:watch": "NODE_ENV=test mocha --compilers js:babel/register --recursive --watch",
Expand Down Expand Up @@ -47,6 +47,7 @@
"react": ">=0.13.3 || ^0.14.0-beta3"
},
"dependencies": {
"babel-runtime": "^5.8.20",
"react-mixin": "^1.7.0"
}
}