Browse Source

fix error in entry point

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
dce645da59
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@@ -1,8 +1,8 @@
{ {
"name": "lesspass", "name": "lesspass",
"version": "1.1.0",
"version": "1.1.1",
"description": "node.js stateless password management solution", "description": "node.js stateless password management solution",
"main": "distribution/lesspass.js",
"main": "dist/lesspass.js",
"scripts": { "scripts": {
"test": "mocha --compilers js:babel-core/register tests", "test": "mocha --compilers js:babel-core/register tests",
"test:watch": "npm run test -- -w", "test:watch": "npm run test -- -w",


Loading…
Cancel
Save