Skip to content

Commit 13cb4f5

Browse files
committed
Prepare for publishing 1.0.1
1 parent 4f327fc commit 13cb4f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# node-encrypted-attr
1+
# encrypted-attr
22

33
[![travis](http://img.shields.io/travis/simonratner/node-encrypted-attr/master.svg?style=flat-square)](https://travis-ci.org/simonratner/node-encrypted-attr)  
4-
[![npm](http://img.shields.io/npm/v/node-encrypted-attr.svg?style=flat-square)](https://www.npmjs.org/package/node-encrypted-attr)  
4+
[![npm](http://img.shields.io/npm/v/encrypted-attr.svg?style=flat-square)](https://www.npmjs.org/package/encrypted-attr)  
55
[![license](https://img.shields.io/github/license/simonratner/node-encrypted-attr.svg?style=flat-square)](LICENSE)
66

77
Encrypted model attributes in your favourite ORM.
@@ -42,7 +42,7 @@ sanitizing your input, et cetera.
4242
# Install
4343

4444
```
45-
npm install node-encrypted-attr
45+
npm install encrypted-attr
4646
```
4747

4848
# Use
@@ -54,7 +54,7 @@ such plugins for common ORMs, but for now, here's an example of integrating
5454
with [thinky](https://github.com/neumino/thinky):
5555

5656
```js
57-
const EncryptedAttributes = require('node-encrypted-attr')
57+
const EncryptedAttributes = require('encrypted-attr')
5858
const thinky = require('thinky')()
5959
const _ = require('lodash')
6060

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "encrypted-attr",
3-
"version": "1.0.0",
4-
"description": "Encrypted model attribute implementation that can be easily plugged into your favourite ORM.",
3+
"version": "1.0.1",
4+
"description": "Encrypted model attributes in your favourite ORM.",
55
"author": "Simon Ratner (https://github.com/simonratner)",
66
"keywords": [
77
"attr_encrypted",

0 commit comments

Comments
 (0)