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

Commit d53834e

Browse files
committedFeb 3, 2016
Publish 0.2.0-alpha.1
1 parent 515eb51 commit d53834e

File tree

3 files changed

+33991
-4
lines changed

3 files changed

+33991
-4
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Thumbs.db
22
.DS_STORE
33
/node_modules
44
/bower_components
5-
/dist
65
/js-built
76
/.idea
87
/npm-debug.log

‎dist/react-json-editor.js

+33,989
Large diffs are not rendered by default.

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "react-json-editor",
3-
"version": "0.2.0-alpha.0",
3+
"version": "0.2.0-alpha.1",
44
"description": "react json editor",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/prognostic-llc/react-json-editor"
88
},
99
"license": "MIT",
1010
"scripts": {
11-
"build": "webpack",
12-
"dist": "webpack --config webpack.dist.js"
11+
"build": "webpack"
1312
},
1413
"main": "dist/react-json-editor.js",
1514
"jsnext:main": "src/react-json-editor.js",

0 commit comments

Comments
 (0)
This repository has been archived.