Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensalilijames committed Jan 11, 2017
1 parent 08cf094 commit 5269325
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ss-parser",
"version": "1.0.0-alpha22",
"version": "1.0.0",
"description": "The parser interface for SuperScript",
"main": "./lib/index.js",
"repository": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"async": "^2.1.4",
"async-replace": "^1.0.1",
"bot-lang": "^1.0.10",
"bot-lang": "^1.1.0",
"checksum": "^0.1.1",
"debug": "^2.6.0",
"glob": "^7.1.1",
Expand All @@ -29,14 +29,14 @@
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-env": "^1.1.6",
"babel-preset-env": "^1.1.8",
"babel-register": "^6.18.0",
"coveralls": "^2.11.15",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^13.0.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.2.0",
"should": "^11.1.2"
Expand Down

0 comments on commit 5269325

Please sign in to comment.