Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Fix posibility of deploying wrong stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Feb 3, 2017
1 parent 0295210 commit 1d76e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-native-mock",
"version": "0.3.0",
"version": "0.3.1",
"description": "A fully mocked and test-friendly version of react native",
"main": "build/react-native.js",
"scripts": {
"prepublish": "npm run build",
"test": "npm run lint && npm run mocha",
"mocha": "mocha --require babel-core/register 'test/**/*.js'",
"mocha:watch": "npm run test -- --watch",
"build": "babel src --out-dir build",
"build": "rm -rf build/ && babel src --out-dir build",
"lint": "eslint 'src/' 'test/' 'mock.js'"
},
"repository": {
Expand Down

0 comments on commit 1d76e05

Please sign in to comment.