Skip to content

Commit

Permalink
prepare for v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed May 21, 2019
1 parent 363e9b9 commit 6f0fe98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "bullshit.js",
"version": "1.0.0",
"version": "0.0.0",
"description": "Bullshit.js is a best-of-breed, mission-critical enterprise JavaScript bookmarklet that will empower you to evaluate the high impact of market-driven text on any Web resource, cultivating process-centric innovation and out-of-the-box thinking.",
"main": "bullshit.js",
"scripts": {
"build": "rollup -c",
"test": "eslint src"
"start": "rollup -cw",
"test": "eslint src",
"prepublishOnly": "npm test && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6f0fe98

Please sign in to comment.